pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rust rust: fix typo in comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21e518a92262
branches:  trunk
changeset: 447707:21e518a92262
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 25 08:54:05 2021 +0000

description:
rust: fix typo in comment

diffstat:

 lang/rust/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2078d1551b0d -r 21e518a92262 lang/rust/options.mk
--- a/lang/rust/options.mk      Thu Feb 25 08:47:16 2021 +0000
+++ b/lang/rust/options.mk      Thu Feb 25 08:54:05 2021 +0000
@@ -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 @@
 .  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