Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Correct comment to match code
details: https://anonhg.NetBSD.org/src/rev/12968465c64a
branches: trunk
changeset: 515375:12968465c64a
user: sommerfeld <sommerfeld%NetBSD.org@localhost>
date: Sat Sep 22 22:36:30 2001 +0000
description:
Correct comment to match code
diffstat:
sys/kern/kern_lock.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 81e09453e97d -r 12968465c64a sys/kern/kern_lock.c
--- a/sys/kern/kern_lock.c Sat Sep 22 22:35:18 2001 +0000
+++ b/sys/kern/kern_lock.c Sat Sep 22 22:36:30 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kern_lock.c,v 1.56 2001/07/08 17:41:14 wiz Exp $ */
+/* $NetBSD: kern_lock.c,v 1.57 2001/09/22 22:36:30 sommerfeld Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
void lock_printf(const char *fmt, ...)
__attribute__((__format__(__printf__,1,2)));
-int lock_debug_syslog = 0; /* defaults to syslog, but can be patched */
+int lock_debug_syslog = 0; /* defaults to printf, but can be patched */
#ifdef DDB
#include <ddb/ddbvar.h>
Home |
Main Index |
Thread Index |
Old Index