Module Name:    src
Committed By:   msaitoh
Date:           Mon Jun  3 06:04:21 UTC 2019

Modified Files:
        src/share/man/man5: rc.conf.5
        src/sys/arch/arm/gemini: obio_wdc.c
        src/sys/arch/arm/xscale: ixp425_qmgr.c
        src/sys/arch/mips/ralink: ralink_eth.c ralink_gpio.c
        src/sys/fs/udf: udf_subr.c
        src/sys/kern: uipc_usrreq.c
        src/sys/netinet: sctp.h
        src/sys/sys: namei.src

Log Message:
 Fix typo in comment (s/seperate/separate/).


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/share/man/man5/rc.conf.5
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/gemini/obio_wdc.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/xscale/ixp425_qmgr.c
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/mips/ralink/ralink_eth.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mips/ralink/ralink_gpio.c
cvs rdiff -u -r1.145 -r1.146 src/sys/fs/udf/udf_subr.c
cvs rdiff -u -r1.192 -r1.193 src/sys/kern/uipc_usrreq.c
cvs rdiff -u -r1.2 -r1.3 src/sys/netinet/sctp.h
cvs rdiff -u -r1.41 -r1.42 src/sys/sys/namei.src

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/rc.conf.5
diff -u src/share/man/man5/rc.conf.5:1.180 src/share/man/man5/rc.conf.5:1.181
--- src/share/man/man5/rc.conf.5:1.180	Sat May 11 19:31:03 2019
+++ src/share/man/man5/rc.conf.5	Mon Jun  3 06:04:20 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: rc.conf.5,v 1.180 2019/05/11 19:31:03 maxv Exp $
+.\"	$NetBSD: rc.conf.5,v 1.181 2019/06/03 06:04:20 msaitoh Exp $
 .\"
 .\" Copyright (c) 1996 Matthew R. Green
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 11, 2019
+.Dd June 3, 2019
 .Dt RC.CONF 5
 .Os
 .Sh NAME
@@ -259,7 +259,7 @@ A string.
 Sets search in
 .Pa /etc/resolv.conf .
 .It Sy dns_nameservers
-A string of space seperated domain name servers.
+A string of space separated domain name servers.
 Sets nameserver for each value in
 .Pa /etc/resolv.conf .
 .It Sy dns_sortlist

Index: src/sys/arch/arm/gemini/obio_wdc.c
diff -u src/sys/arch/arm/gemini/obio_wdc.c:1.8 src/sys/arch/arm/gemini/obio_wdc.c:1.9
--- src/sys/arch/arm/gemini/obio_wdc.c:1.8	Fri Oct 20 07:06:06 2017
+++ src/sys/arch/arm/gemini/obio_wdc.c	Mon Jun  3 06:04:20 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: obio_wdc.c,v 1.8 2017/10/20 07:06:06 jdolecek Exp $	*/
+/*	$NetBSD: obio_wdc.c,v 1.9 2019/06/03 06:04:20 msaitoh Exp $	*/
 
 /* adapted from iq31244/wdc_obio.c:
  *	NetBSD: wdc_obio.c,v 1.5 2008/04/28 20:23:16 martin Exp
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obio_wdc.c,v 1.8 2017/10/20 07:06:06 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio_wdc.c,v 1.9 2019/06/03 06:04:20 msaitoh Exp $");
 
 #include "locators.h"
 
@@ -92,7 +92,7 @@ wdc_obio_attach(device_t parent, device_
 
 	/*
 	 * we treat the two channels of the Gemini MIDE controller
-	 * as seperate wdc controllers, because they have
+	 * as separate wdc controllers, because they have
 	 * independent interrupts.  'chan' here is an MIDE chanel,
 	 * (not to be confused with ATA channel).
 	 */

Index: src/sys/arch/arm/xscale/ixp425_qmgr.c
diff -u src/sys/arch/arm/xscale/ixp425_qmgr.c:1.7 src/sys/arch/arm/xscale/ixp425_qmgr.c:1.8
--- src/sys/arch/arm/xscale/ixp425_qmgr.c:1.7	Fri Jul  1 20:32:51 2011
+++ src/sys/arch/arm/xscale/ixp425_qmgr.c	Mon Jun  3 06:04:20 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: ixp425_qmgr.c,v 1.7 2011/07/01 20:32:51 dyoung Exp $	*/
+/*	$NetBSD: ixp425_qmgr.c,v 1.8 2019/06/03 06:04:20 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 2006 Sam Leffler, Errno Consulting
@@ -60,7 +60,7 @@
 */
 #include <sys/cdefs.h>
 /*__FBSDID("$FreeBSD: src/sys/arm/xscale/ixp425/ixp425_qmgr.c,v 1.1 2006/11/19 23:55:23 sam Exp $");*/
-__KERNEL_RCSID(0, "$NetBSD: ixp425_qmgr.c,v 1.7 2011/07/01 20:32:51 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixp425_qmgr.c,v 1.8 2019/06/03 06:04:20 msaitoh Exp $");
 
 /*
  * Intel XScale Queue Manager support.
@@ -792,7 +792,7 @@ ixpqmgr_intr(void *arg)
 		      *
 		      * The search will end when all the bits of the interrupt
 		      * register are cleared. There is no need to maintain
-		      * a seperate value and test it at each iteration.
+		      * a separate value and test it at each iteration.
 		      */
 		     if (intRegVal & sc->lowPriorityTableFirstHalfMask) {
 			 priorityTableIndex = 0;

Index: src/sys/arch/mips/ralink/ralink_eth.c
diff -u src/sys/arch/mips/ralink/ralink_eth.c:1.18 src/sys/arch/mips/ralink/ralink_eth.c:1.19
--- src/sys/arch/mips/ralink/ralink_eth.c:1.18	Wed May 29 14:03:36 2019
+++ src/sys/arch/mips/ralink/ralink_eth.c	Mon Jun  3 06:04:20 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: ralink_eth.c,v 1.18 2019/05/29 14:03:36 msaitoh Exp $	*/
+/*	$NetBSD: ralink_eth.c,v 1.19 2019/06/03 06:04:20 msaitoh Exp $	*/
 /*-
  * Copyright (c) 2011 CradlePoint Technology, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
 /* ralink_eth.c -- Ralink Ethernet Driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ralink_eth.c,v 1.18 2019/05/29 14:03:36 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ralink_eth.c,v 1.19 2019/06/03 06:04:20 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -381,7 +381,7 @@ ralink_eth_attach(device_t parent, devic
 	 * map the registers
 	 *
 	 * we map the Sysctl, Frame Engine and Ether Switch registers
-	 * seperately so we can use the defined register offsets sanely
+	 * separately so we can use the defined register offsets sanely
 	 */
 	if ((error = bus_space_map(sc->sc_memt, RA_SYSCTL_BASE,
 	    sc->sc_sy_size, 0, &sc->sc_sy_memh)) != 0) {

Index: src/sys/arch/mips/ralink/ralink_gpio.c
diff -u src/sys/arch/mips/ralink/ralink_gpio.c:1.6 src/sys/arch/mips/ralink/ralink_gpio.c:1.7
--- src/sys/arch/mips/ralink/ralink_gpio.c:1.6	Wed Oct  5 15:54:58 2016
+++ src/sys/arch/mips/ralink/ralink_gpio.c	Mon Jun  3 06:04:20 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: ralink_gpio.c,v 1.6 2016/10/05 15:54:58 ryo Exp $	*/
+/*	$NetBSD: ralink_gpio.c,v 1.7 2019/06/03 06:04:20 msaitoh Exp $	*/
 /*-
  * Copyright (c) 2011 CradlePoint Technology, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
 /* ra_gpio.c -- Ralink 3052 gpio driver */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ralink_gpio.c,v 1.6 2016/10/05 15:54:58 ryo Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ralink_gpio.c,v 1.7 2019/06/03 06:04:20 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
@@ -586,7 +586,7 @@ ra_gpio_attach(device_t parent, device_t
 	/*
 	 * map the registers
 	 *
-	 * we map the Sysctl, and PIO registers seperately so we can use the
+	 * we map the Sysctl, and PIO registers separately so we can use the
 	 * defined register offsets sanely; just use the correct corresponding
 	 * bus_space_handle
 	 */

Index: src/sys/fs/udf/udf_subr.c
diff -u src/sys/fs/udf/udf_subr.c:1.145 src/sys/fs/udf/udf_subr.c:1.146
--- src/sys/fs/udf/udf_subr.c:1.145	Tue Jan  1 10:06:54 2019
+++ src/sys/fs/udf/udf_subr.c	Mon Jun  3 06:04:20 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.145 2019/01/01 10:06:54 hannken Exp $ */
+/* $NetBSD: udf_subr.c,v 1.146 2019/06/03 06:04:20 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2006, 2008 Reinoud Zandijk
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.145 2019/01/01 10:06:54 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: udf_subr.c,v 1.146 2019/06/03 06:04:20 msaitoh Exp $");
 #endif /* not lint */
 
 
@@ -6514,7 +6514,7 @@ recount:
 /*
  * Read and write file extent in/from the buffer.
  *
- * The splitup of the extent into seperate request-buffers is to minimise
+ * The splitup of the extent into separate request-buffers is to minimise
  * copying around as much as possible.
  *
  * block based file reading and writing

Index: src/sys/kern/uipc_usrreq.c
diff -u src/sys/kern/uipc_usrreq.c:1.192 src/sys/kern/uipc_usrreq.c:1.193
--- src/sys/kern/uipc_usrreq.c:1.192	Fri Mar  1 11:06:57 2019
+++ src/sys/kern/uipc_usrreq.c	Mon Jun  3 06:04:20 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: uipc_usrreq.c,v 1.192 2019/03/01 11:06:57 pgoyette Exp $	*/
+/*	$NetBSD: uipc_usrreq.c,v 1.193 2019/06/03 06:04:20 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1998, 2000, 2004, 2008, 2009 The NetBSD Foundation, Inc.
@@ -96,7 +96,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.192 2019/03/01 11:06:57 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_usrreq.c,v 1.193 2019/06/03 06:04:20 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -1258,7 +1258,7 @@ unp_connect(struct socket *so, struct so
 		/*
 		 * If the connection is fully established, break the
 		 * association with uipc_lock and give the connected
-		 * pair a seperate lock to share.
+		 * pair a separate lock to share.
 		 */
 		KASSERT(so2->so_head != NULL);
 		unp_setpeerlocks(so, so2);

Index: src/sys/netinet/sctp.h
diff -u src/sys/netinet/sctp.h:1.2 src/sys/netinet/sctp.h:1.3
--- src/sys/netinet/sctp.h:1.2	Tue Jun 27 11:55:07 2017
+++ src/sys/netinet/sctp.h	Mon Jun  3 06:04:21 2019
@@ -1,5 +1,5 @@
 /*	$KAME: sctp.h,v 1.18 2005/03/06 16:04:16 itojun Exp $	*/
-/*	$NetBSD: sctp.h,v 1.2 2017/06/27 11:55:07 rjs Exp $ */
+/*	$NetBSD: sctp.h,v 1.3 2019/06/03 06:04:21 msaitoh Exp $ */
 
 #ifndef _NETINET_SCTP_H_
 #define _NETINET_SCTP_H_
@@ -97,7 +97,7 @@ struct sctp_paramhdr {
  * For the UDP model if this is turned on then the socket buffer is
  * shared for send resources amongst all associations. The default
  * for the UDP model is that is SS_NBIO is set. Which means all associations
- * have a seperate send limit BUT they will NOT ever BLOCK instead
+ * have a separate send limit BUT they will NOT ever BLOCK instead
  * you will get an error back EAGAIN if you try to send to much. If
  * you want the blocking symantics you set this option at the cost
  * of sharing one socket send buffer size amongst all associations.

Index: src/sys/sys/namei.src
diff -u src/sys/sys/namei.src:1.41 src/sys/sys/namei.src:1.42
--- src/sys/sys/namei.src:1.41	Tue Mar 21 10:20:12 2017
+++ src/sys/sys/namei.src	Mon Jun  3 06:04:21 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: namei.src,v 1.41 2017/03/21 10:20:12 riastradh Exp $	*/
+/*	$NetBSD: namei.src,v 1.42 2019/06/03 06:04:21 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1985, 1989, 1991, 1993
@@ -200,7 +200,7 @@ NAMEIFL	PARAMASK	0x02ee300	/* mask of pa
  * Namecache entry.  This structure is arranged so that frequently
  * accessed and mostly read-only data is toward the front, with
  * infrequently accessed data and the lock towards the rear.  The
- * lock is then more likely to be in a seperate cache line.
+ * lock is then more likely to be in a separate cache line.
  *
  * Locking rules:
  *

Reply via email to