Module Name: src
Committed By: gutteridge
Date: Sun Jan 14 00:39:11 UTC 2024
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Makefile.kern.inc: fix grammar in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.299 src/sys/conf/Makefile.kern.inc:1.300
--- src/sys/conf/Makefile.kern.inc:1.299 Fri Jul 28 02:41:31 2023
+++ src/sys/conf/Makefile.kern.inc Sun Jan 14 00:39:10 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.299 2023/07/28 02:41:31 rin Exp $
+# $NetBSD: Makefile.kern.inc,v 1.300 2024/01/14 00:39:10 gutteridge Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -249,7 +249,7 @@ SYSTEM_LD_TAIL?= @${_MKSHECHO}
OBJCOPY_STRIPFLAGS?= -g
# Strip some architecture-defined symbols from kernel image, while
-# keep them in netbsd.gdb.
+# keeping them in netbsd.gdb.
.if defined(ARCH_STRIP_SYMBOLS)
.if empty(DEBUG:M-g*)
SYSTEM_LD_TAIL+= && ${OBJCOPY} -w ${ARCH_STRIP_SYMBOLS} $@