Module Name:    src
Committed By:   pooka
Date:           Thu Dec 30 12:46:34 UTC 2010

Modified Files:
        src/sys/sys: systm.h

Log Message:
update comment


To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/sys/systm.h

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

Modified files:

Index: src/sys/sys/systm.h
diff -u src/sys/sys/systm.h:1.243 src/sys/sys/systm.h:1.244
--- src/sys/sys/systm.h:1.243	Sat Dec 11 22:27:53 2010
+++ src/sys/sys/systm.h	Thu Dec 30 12:46:34 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: systm.h,v 1.243 2010/12/11 22:27:53 matt Exp $	*/
+/*	$NetBSD: systm.h,v 1.244 2010/12/30 12:46:34 pooka Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1988, 1991, 1993
@@ -98,8 +98,8 @@
 extern bool mp_online;		/* secondary processors are started */
 #endif /* defined(_KERNEL) */
 
-extern const char hexdigits[];	/* "0123456789abcdef" in subr_prf2.c */
-extern const char HEXDIGITS[];	/* "0123456789ABCDEF" in subr_prf2.c */
+extern const char hexdigits[];	/* "0123456789abcdef" in subr_prf.c */
+extern const char HEXDIGITS[];	/* "0123456789ABCDEF" in subr_prf.c */
 
 /*
  * These represent the swap pseudo-device (`sw').  This device

Reply via email to