Module Name: src
Committed By: plunky
Date: Sat Apr 30 19:21:09 UTC 2011
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
correct comment
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 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.130 src/sys/conf/Makefile.kern.inc:1.131
--- src/sys/conf/Makefile.kern.inc:1.130 Thu Feb 17 18:47:13 2011
+++ src/sys/conf/Makefile.kern.inc Sat Apr 30 19:21:09 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.130 2011/02/17 18:47:13 matt Exp $
+# $NetBSD: Makefile.kern.inc,v 1.131 2011/04/30 19:21:09 plunky Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -115,7 +115,7 @@
. endfor
.endfor
-# Always compile subr_debug_info.c with debug informations.
+# Always compile debugsyms.c with debug information.
# This allows gdb to use type informations.
#
COPTS.debugsyms.c+= -g