Source-Changes-HG archive

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

[src/trunk]: src/sys typos in comments



details:   https://anonhg.NetBSD.org/src/rev/1204216fede5
branches:  trunk
changeset: 328013:1204216fede5
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Mar 23 06:03:38 2014 +0000

description:
typos in comments

diffstat:

 sys/arch/hp300/hp300/autoconf.c       |  6 +++---
 sys/compat/linux/common/linux_ioctl.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r d5033f46375e -r 1204216fede5 sys/arch/hp300/hp300/autoconf.c
--- a/sys/arch/hp300/hp300/autoconf.c   Sun Mar 23 05:39:32 2014 +0000
+++ b/sys/arch/hp300/hp300/autoconf.c   Sun Mar 23 06:03:38 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.102 2013/01/11 12:03:04 tsutsui Exp $   */
+/*     $NetBSD: autoconf.c,v 1.103 2014/03/23 06:03:38 dholland Exp $  */
 
 /*-
  * Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.102 2013/01/11 12:03:04 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.103 2014/03/23 06:03:38 dholland Exp $");
 
 #include "dvbox.h"
 #include "gbox.h"
@@ -608,7 +608,7 @@
         *      4 == sd
         *      6 == le
         *
-        * Allare bdevsw major numbers, except for le, which
+        * All are bdevsw major numbers, except for le, which
         * is just special.
         *
         * We can't mount root on a tape, so we ignore those.
diff -r d5033f46375e -r 1204216fede5 sys/compat/linux/common/linux_ioctl.c
--- a/sys/compat/linux/common/linux_ioctl.c     Sun Mar 23 05:39:32 2014 +0000
+++ b/sys/compat/linux/common/linux_ioctl.c     Sun Mar 23 06:03:38 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_ioctl.c,v 1.57 2012/09/19 21:24:29 bouyer Exp $  */
+/*     $NetBSD: linux_ioctl.c,v 1.58 2014/03/23 06:03:38 dholland Exp $        */
 
 /*-
  * Copyright (c) 1995, 1998, 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_ioctl.c,v 1.57 2012/09/19 21:24:29 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_ioctl.c,v 1.58 2014/03/23 06:03:38 dholland Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "sequencer.h"
@@ -148,7 +148,7 @@
 #if NSEQUENCER > 0
 /* XXX XAX 2x check this. */
                /*
-                * Both termios and the MIDI sequncer use 'T' to identify
+                * Both termios and the MIDI sequencer use 'T' to identify
                 * the ioctl, so we have to differentiate them in another
                 * way.  We do it by indexing in the cdevsw with the major
                 * device number and check if that is the sequencer entry.



Home | Main Index | Thread Index | Old Index