Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf sys/conf: fix typo in comment
details: https://anonhg.NetBSD.org/src/rev/6965078003aa
branches: trunk
changeset: 369677:6965078003aa
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Aug 27 20:42:16 2022 +0000
description:
sys/conf: fix typo in comment
diffstat:
sys/conf/copts.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e379b03a5125 -r 6965078003aa sys/conf/copts.mk
--- a/sys/conf/copts.mk Sat Aug 27 20:40:03 2022 +0000
+++ b/sys/conf/copts.mk Sat Aug 27 20:42:16 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: copts.mk,v 1.6 2021/04/12 06:08:31 mrg Exp $
+# $NetBSD: copts.mk,v 1.7 2022/08/27 20:42:16 rillig Exp $
# MI per-file compiler options required.
@@ -24,7 +24,7 @@
COPTS.ath.c+= -Wno-error=enum-conversion
COPTS.dpt.c+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
COPTS.ffs_appleufs.c+= ${GCC_NO_ADDR_OF_PACKED_MEMBER}
-# These are wrong. The code explicitly avoids this ase.
+# These are wrong. The code explicitly avoids this case.
COPTS.in_pcb.c+= ${GCC_NO_RETURN_LOCAL_ADDR}
COPTS.in6_pcb.c+= ${GCC_NO_RETURN_LOCAL_ADDR}
# Also seems wrong.
Home |
Main Index |
Thread Index |
Old Index