Module Name: src
Committed By: skrll
Date: Tue Feb 19 22:54:03 UTC 2013
Modified Files:
src/sys/sys: kernhist.h
Log Message:
Fix typo. Hi matt.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/kernhist.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/kernhist.h
diff -u src/sys/sys/kernhist.h:1.6 src/sys/sys/kernhist.h:1.7
--- src/sys/sys/kernhist.h:1.6 Tue Feb 19 00:56:25 2013
+++ src/sys/sys/kernhist.h Tue Feb 19 22:54:03 2013
@@ -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 @@ extern int kernhist_print_enabled;
do { \
if (kernhist_print_enabled) { \
kernhist_entry_print(E); \
- if (KERNHISTDELAY != 0) \
+ if (KERNHIST_DELAY != 0) \
DELAY(KERNHIST_DELAY); \
} \
} while (/*CONSTCOND*/ 0)