Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Comment police. s/DIAGNOSTICS/DIAGNOSTIC/



details:   https://anonhg.NetBSD.org/src/rev/646d984539ff
branches:  trunk
changeset: 494628:646d984539ff
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Sun Jul 09 14:13:04 2000 +0000

description:
Comment police. s/DIAGNOSTICS/DIAGNOSTIC/

diffstat:

 sys/kern/kern_time.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c8f6220b7289 -r 646d984539ff sys/kern/kern_time.c
--- a/sys/kern/kern_time.c      Sun Jul 09 14:11:10 2000 +0000
+++ b/sys/kern/kern_time.c      Sun Jul 09 14:13:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kern_time.c,v 1.50 2000/07/09 06:44:59 itojun Exp $    */
+/*     $NetBSD: kern_time.c,v 1.51 2000/07/09 14:13:04 jhawk Exp $     */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -702,7 +702,7 @@
        else
                rv = 0;
 
-#if 1 /*DIAGNOSTICS?*/
+#if 1 /*DIAGNOSTIC?*/
        /* be careful about wrap-around */
        if (*curpps + 1 > *curpps)
                *curpps = *curpps + 1;
@@ -712,7 +712,7 @@
         * not sure if the assumption holds, as it depends on *caller's*
         * behavior, not the behavior of this function.
         * IMHO it is wrong to make assumption on the caller's behavior,
-        * so the above #if is #if 1, not #ifdef DIAGNOSTICS.
+        * so the above #if is #if 1, not #ifdef DIAGNOSTIC.
         */
        *curpps = *curpps + 1;
 #endif



Home | Main Index | Thread Index | Old Index