From 340225cefc0a8699f8024bb16fe9f0cb66d42353 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sun, 14 Jan 2024 00:39:10 +0000 Subject: [PATCH] Makefile.kern.inc: fix grammar in a comment --- sys/conf/Makefile.kern.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/Makefile.kern.inc b/sys/conf/Makefile.kern.inc index aef30963d2d7..d4807556e543 100644 --- a/sys/conf/Makefile.kern.inc +++ b/sys/conf/Makefile.kern.inc @@ -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} $@