pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 25 08:54:05 UTC 2021

Modified Files:
        pkgsrc/lang/rust: options.mk

Log Message:
rust: fix typo in comment


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/rust/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/options.mk
diff -u pkgsrc/lang/rust/options.mk:1.10 pkgsrc/lang/rust/options.mk:1.11
--- pkgsrc/lang/rust/options.mk:1.10    Thu Feb 25 08:47:16 2021
+++ pkgsrc/lang/rust/options.mk Thu Feb 25 08:54:05 2021
@@ -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" && \



Home | Main Index | Thread Index | Old Index