Source-Changes-HG archive

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

[src/trunk]: src/sys/sys update comment



details:   https://anonhg.NetBSD.org/src/rev/38ea3684bb21
branches:  trunk
changeset: 760184:38ea3684bb21
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Dec 30 12:46:34 2010 +0000

description:
update comment

diffstat:

 sys/sys/systm.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 0bd5cdb2c3f7 -r 38ea3684bb21 sys/sys/systm.h
--- a/sys/sys/systm.h   Thu Dec 30 12:06:53 2010 +0000
+++ b/sys/sys/systm.h   Thu Dec 30 12:46:34 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index