summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2022-08-27 20:42:16 +0000
committerrillig <rillig@NetBSD.org>2022-08-27 20:42:16 +0000
commitbcdfc5e82011b1a7da820fb720be211070f93a0a (patch)
tree03f300162069e3651458fc9241dcb10329d6d45a /sys/conf
parent66978251ea0be2ed7edfc398a154a571e4c31544 (diff)
sys/conf: fix typo in comment
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/copts.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/copts.mk b/sys/conf/copts.mk
index bb4a7d68507..6e06b770326 100644
--- a/sys/conf/copts.mk
+++ b/sys/conf/copts.mk
@@ -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.linux_machdep.c+= -Wno-error=unused-but-set-variable
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.