summaryrefslogtreecommitdiff
path: root/lang/rust
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-02-25 08:54:05 +0000
committerwiz <wiz@pkgsrc.org>2021-02-25 08:54:05 +0000
commit03baeb741e3dae12547dd91c919239986b71e56f (patch)
tree3f4a65fea0bd25842b299672d21d9e938b3c9c63 /lang/rust
parenta46c9856f01a5510e8a86975359eb062c930080e (diff)
downloadpkgsrc-03baeb741e3dae12547dd91c919239986b71e56f.tar.gz
rust: fix typo in comment
Diffstat (limited to 'lang/rust')
-rw-r--r--lang/rust/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rust/options.mk b/lang/rust/options.mk
index 2c8a77b7ea9..b14a8a110a3 100644
--- a/lang/rust/options.mk
+++ b/lang/rust/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.10 2021/02/25 08:47:16 nia Exp $
+# $NetBSD: options.mk,v 1.11 2021/02/25 08:54:05 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rust
PKG_SUPPORTED_OPTIONS+= rust-cargo-static
@@ -14,7 +14,7 @@ PKG_SUGGESTED_OPTIONS+= rust-llvm
. endif
.endif
-# As of 2021-02-25 cargo is only a static binary in x88_64 and
+# As of 2021-02-25 cargo is only a static binary in x86_64 and
# powerpc bootstraps
.if ${OPSYS} == "NetBSD" && \
${MACHINE_ARCH} != "i386" && \