Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern fix typo



details:   https://anonhg.NetBSD.org/src/rev/f8dfdc1c3434
branches:  trunk
changeset: 754763:f8dfdc1c3434
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue May 11 21:50:35 2010 +0000

description:
fix typo

diffstat:

 sys/lib/libkern/Makefile.libkern |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cafd23e63092 -r f8dfdc1c3434 sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Tue May 11 21:08:07 2010 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Tue May 11 21:50:35 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libkern,v 1.9 2010/01/19 22:28:30 pooka Exp $
+#      $NetBSD: Makefile.libkern,v 1.10 2010/05/11 21:50:35 pooka Exp $
 
 # 
 # Variable definitions for libkern.  
@@ -9,7 +9,7 @@
 # You *may* set:
 #   LIBKERN_ARCH: architecture subdir to be used
 #   KERNCPPFLAGS: see Makefile.inc
-#   KERNMICPPFLAGS: see Makefile.inc
+#   KERNMISCCPPFLAGS: see Makefile.inc
 #
 
 .include <bsd.own.mk>



Home | Main Index | Thread Index | Old Index