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/34a5ea940023
branches: trunk
changeset: 360363:34a5ea940023
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 475955fa74d5 -r 34a5ea940023 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