Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Fix typo. Hi matt.



details:   https://anonhg.NetBSD.org/src/rev/fb1a5b0220de
branches:  trunk
changeset: 785053:fb1a5b0220de
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Feb 19 22:54:03 2013 +0000

description:
Fix typo. Hi matt.

diffstat:

 sys/sys/kernhist.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 17021bf3ce14 -r fb1a5b0220de sys/sys/kernhist.h
--- a/sys/sys/kernhist.h        Tue Feb 19 22:44:27 2013 +0000
+++ b/sys/sys/kernhist.h        Tue Feb 19 22:54:03 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kernhist.h,v 1.6 2013/02/19 00:56:25 matt Exp $        */
+/*     $NetBSD: kernhist.h,v 1.7 2013/02/19 22:54:03 skrll Exp $       */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -143,7 +143,7 @@
 do { \
                if (kernhist_print_enabled) { \
                        kernhist_entry_print(E); \
-                       if (KERNHISTDELAY != 0) \
+                       if (KERNHIST_DELAY != 0) \
                                DELAY(KERNHIST_DELAY); \
                } \
 } while (/*CONSTCOND*/ 0)



Home | Main Index | Thread Index | Old Index