Module Name:    src
Committed By:   pooka
Date:           Tue May 11 21:50:35 UTC 2010

Modified Files:
        src/sys/lib/libkern: Makefile.libkern

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/lib/libkern/Makefile.libkern

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/lib/libkern/Makefile.libkern
diff -u src/sys/lib/libkern/Makefile.libkern:1.9 src/sys/lib/libkern/Makefile.libkern:1.10
--- src/sys/lib/libkern/Makefile.libkern:1.9	Tue Jan 19 22:28:30 2010
+++ src/sys/lib/libkern/Makefile.libkern	Tue May 11 21:50:35 2010
@@ -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>

Reply via email to