Module Name: src
Committed By: dholland
Date: Sun Mar 23 06:03:38 UTC 2014
Modified Files:
src/sys/arch/hp300/hp300: autoconf.c
src/sys/compat/linux/common: linux_ioctl.c
Log Message:
typos in comments
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/hp300/hp300/autoconf.c
cvs rdiff -u -r1.57 -r1.58 src/sys/compat/linux/common/linux_ioctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp300/hp300/autoconf.c
diff -u src/sys/arch/hp300/hp300/autoconf.c:1.102 src/sys/arch/hp300/hp300/autoconf.c:1.103
--- src/sys/arch/hp300/hp300/autoconf.c:1.102 Fri Jan 11 12:03:04 2013
+++ src/sys/arch/hp300/hp300/autoconf.c Sun Mar 23 06:03:38 2014
@@ -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 @@ setbootdev(void)
* 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.
Index: src/sys/compat/linux/common/linux_ioctl.c
diff -u src/sys/compat/linux/common/linux_ioctl.c:1.57 src/sys/compat/linux/common/linux_ioctl.c:1.58
--- src/sys/compat/linux/common/linux_ioctl.c:1.57 Wed Sep 19 21:24:29 2012
+++ src/sys/compat/linux/common/linux_ioctl.c Sun Mar 23 06:03:38 2014
@@ -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 @@ linux_sys_ioctl(struct lwp *l, const str
#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.