Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Fix typo in comment (s/is/if/) - NFC.



details:   https://anonhg.NetBSD.org/src/rev/3e878bc1bf77
branches:  trunk
changeset: 831019:3e878bc1bf77
user:      kre <kre%NetBSD.org@localhost>
date:      Wed Mar 07 21:13:24 2018 +0000

description:
Fix typo in comment (s/is/if/) - NFC.

diffstat:

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

diffs (27 lines):

diff -r 976dec776c53 -r 3e878bc1bf77 sys/kern/subr_disk.c
--- a/sys/kern/subr_disk.c      Wed Mar 07 20:55:31 2018 +0000
+++ b/sys/kern/subr_disk.c      Wed Mar 07 21:13:24 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_disk.c,v 1.121 2017/10/27 12:25:15 joerg Exp $    */
+/*     $NetBSD: subr_disk.c,v 1.122 2018/03/07 21:13:24 kre Exp $      */
 
 /*-
  * Copyright (c) 1996, 1997, 1999, 2000, 2009 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_disk.c,v 1.121 2017/10/27 12:25:15 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_disk.c,v 1.122 2018/03/07 21:13:24 kre Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -130,7 +130,7 @@
        daddr_t sn;
 
        if (/*CONSTCOND*/0)
-               /* Compiler will error this is the format is wrong... */
+               /* Compiler will error this if the format is wrong... */
                printf("%" PRIdaddr, bp->b_blkno);
 
        if (pri != LOG_PRINTF) {



Home | Main Index | Thread Index | Old Index