Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Fix typo in comment (s/seperate/separate/).
details: https://anonhg.NetBSD.org/src/rev/d49ec73e7bf1
branches: trunk
changeset: 456962:d49ec73e7bf1
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Jun 03 06:04:20 2019 +0000
description:
Fix typo in comment (s/seperate/separate/).
diffstat:
share/man/man5/rc.conf.5 | 6 +++---
sys/arch/arm/gemini/obio_wdc.c | 6 +++---
sys/arch/arm/xscale/ixp425_qmgr.c | 6 +++---
sys/arch/mips/ralink/ralink_eth.c | 6 +++---
sys/arch/mips/ralink/ralink_gpio.c | 6 +++---
sys/fs/udf/udf_subr.c | 6 +++---
sys/kern/uipc_usrreq.c | 6 +++---
sys/netinet/sctp.h | 4 ++--
sys/sys/namei.src | 4 ++--
9 files changed, 25 insertions(+), 25 deletions(-)
diffs (226 lines):
diff -r b5c8b901eaa4 -r d49ec73e7bf1 share/man/man5/rc.conf.5
--- a/share/man/man5/rc.conf.5 Mon Jun 03 05:59:01 2019 +0000
+++ b/share/man/man5/rc.conf.5 Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
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
diff -r b5c8b901eaa4 -r d49ec73e7bf1 sys/arch/arm/gemini/obio_wdc.c
--- a/sys/arch/arm/gemini/obio_wdc.c Mon Jun 03 05:59:01 2019 +0000
+++ b/sys/arch/arm/gemini/obio_wdc.c Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
/*
* 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).
*/
diff -r b5c8b901eaa4 -r d49ec73e7bf1 sys/arch/arm/xscale/ixp425_qmgr.c
--- a/sys/arch/arm/xscale/ixp425_qmgr.c Mon Jun 03 05:59:01 2019 +0000
+++ b/sys/arch/arm/xscale/ixp425_qmgr.c Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
*
* 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;
diff -r b5c8b901eaa4 -r d49ec73e7bf1 sys/arch/mips/ralink/ralink_eth.c
--- a/sys/arch/mips/ralink/ralink_eth.c Mon Jun 03 05:59:01 2019 +0000
+++ b/sys/arch/mips/ralink/ralink_eth.c Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
* 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) {
diff -r b5c8b901eaa4 -r d49ec73e7bf1 sys/arch/mips/ralink/ralink_gpio.c
--- a/sys/arch/mips/ralink/ralink_gpio.c Mon Jun 03 05:59:01 2019 +0000
+++ b/sys/arch/mips/ralink/ralink_gpio.c Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
/*
* 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
*/
diff -r b5c8b901eaa4 -r d49ec73e7bf1 sys/fs/udf/udf_subr.c
--- a/sys/fs/udf/udf_subr.c Mon Jun 03 05:59:01 2019 +0000
+++ b/sys/fs/udf/udf_subr.c Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
/*
* 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
diff -r b5c8b901eaa4 -r d49ec73e7bf1 sys/kern/uipc_usrreq.c
--- a/sys/kern/uipc_usrreq.c Mon Jun 03 05:59:01 2019 +0000
+++ b/sys/kern/uipc_usrreq.c Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
/*
* 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);
diff -r b5c8b901eaa4 -r d49ec73e7bf1 sys/netinet/sctp.h
--- a/sys/netinet/sctp.h Mon Jun 03 05:59:01 2019 +0000
+++ b/sys/netinet/sctp.h Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
* 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.
diff -r b5c8b901eaa4 -r d49ec73e7bf1 sys/sys/namei.src
--- a/sys/sys/namei.src Mon Jun 03 05:59:01 2019 +0000
+++ b/sys/sys/namei.src Mon Jun 03 06:04:20 2019 +0000
@@ -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 @@
* 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:
*
Home |
Main Index |
Thread Index |
Old Index