Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 "s/ is is / is /" in comment. No function...



details:   https://anonhg.NetBSD.org/src/rev/66e1bbe90b12
branches:  trunk
changeset: 836822:66e1bbe90b12
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Nov 08 06:23:48 2018 +0000

description:
"s/ is is / is /" in comment. No functional change.

diffstat:

 sys/arch/i386/i386/multiboot.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ac604a91e5bc -r 66e1bbe90b12 sys/arch/i386/i386/multiboot.c
--- a/sys/arch/i386/i386/multiboot.c    Thu Nov 08 04:30:37 2018 +0000
+++ b/sys/arch/i386/i386/multiboot.c    Thu Nov 08 06:23:48 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: multiboot.c,v 1.23 2016/05/30 17:45:26 dholland Exp $  */
+/*     $NetBSD: multiboot.c,v 1.24 2018/11/08 06:23:48 msaitoh Exp $   */
 
 /*-
  * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: multiboot.c,v 1.23 2016/05/30 17:45:26 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: multiboot.c,v 1.24 2018/11/08 06:23:48 msaitoh Exp $");
 
 #include "opt_multiboot.h"
 
@@ -519,7 +519,7 @@
  * Sets up the console bootinfo structure if the user gave a 'console'
  * argument on the boot command line.  The Multiboot information
  * structure gives no hint about this, so the only way to know where the
- * console is is to let the user specify it.
+ * console is to let the user specify it.
  *
  * If there wasn't any 'console' argument, this does not generate any
  * bootinfo entry, falling back to the kernel's default console.



Home | Main Index | Thread Index | Old Index