summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2006-12-25 18:39:47 +0000
committerwiz <wiz@NetBSD.org>2006-12-25 18:39:47 +0000
commit3ed1aa91855439081010917e59cd71aa3dca4507 (patch)
treefcef37733608fea8c80a71c5132e65b427a7053e
parent19c7b24184974ab7e0e042e520f2b644129c7220 (diff)
Spell "separate" correctly. From Zafer Aydogan.
-rw-r--r--distrib/notes/acorn32/prep.RISCOS4
-rw-r--r--distrib/notes/common/extract-contrib-string.pl2
-rw-r--r--distrib/notes/common/xfer4
-rw-r--r--doc/CHANGES.prev6
-rw-r--r--share/misc/nanpa.sed4
-rw-r--r--sys/arch/arm/footbridge/footbridge_irqhandler.c6
-rw-r--r--sys/arch/i386/i386/cpu.c6
-rw-r--r--sys/arch/mips/atheros/dev/arspi.c6
-rw-r--r--sys/arch/xen/i386/cpu.c6
-rw-r--r--sys/dev/ic/atppc.c6
-rw-r--r--sys/dev/ic/mpt_netbsd.h4
-rw-r--r--sys/dev/spi/spiflash.h4
-rw-r--r--sys/dev/usb/if_atu.c6
-rw-r--r--sys/dev/usb/if_atureg.h4
-rw-r--r--sys/fs/udf/udf_subr.c8
-rw-r--r--usr.sbin/pppd/plugins/status/status.c4
16 files changed, 40 insertions, 40 deletions
diff --git a/distrib/notes/acorn32/prep.RISCOS b/distrib/notes/acorn32/prep.RISCOS
index dade8dd3ff4..ab568f27deb 100644
--- a/distrib/notes/acorn32/prep.RISCOS
+++ b/distrib/notes/acorn32/prep.RISCOS
@@ -1,4 +1,4 @@
- $NetBSD: prep.RISCOS,v 1.15 2006/03/09 18:07:30 wiz Exp $
+ $NetBSD: prep.RISCOS,v 1.16 2006/12/25 18:39:47 wiz Exp $
These instructions are specific to NetBSD/acorn32 on Acorn RISCOS platforms
(RiscPC/A7000/A7000+/NC's).
@@ -68,7 +68,7 @@ Additionally you will require the following :
The Bootloader and RiscOS tools: BtNetBSD.tar.Z as found in
the installation/misc directory. This archive which can be
unpacked with !SparcPlug *includes the installation-kernel*
- so you dont have to download it seperately.
+ so you dont have to download it separately.
The NetBSD/acorn32 distribution sets (Will be on the CD-ROM, or
available from your nearest NetBSD ftp site).
diff --git a/distrib/notes/common/extract-contrib-string.pl b/distrib/notes/common/extract-contrib-string.pl
index 5515c55d79c..a38c63b5c2e 100644
--- a/distrib/notes/common/extract-contrib-string.pl
+++ b/distrib/notes/common/extract-contrib-string.pl
@@ -159,7 +159,7 @@ while(<>) {
$msg .= "\n" if $msg!~/\n$/;
- # Split up into seperate paragraphs
+ # Split up into separate paragraphs
#
$msgs=$msg;
$msgs=~s/(This (software|product))/|$1/g;
diff --git a/distrib/notes/common/xfer b/distrib/notes/common/xfer
index af7a4e7f659..9ec9d1d9626 100644
--- a/distrib/notes/common/xfer
+++ b/distrib/notes/common/xfer
@@ -1,4 +1,4 @@
-.\" $NetBSD: xfer,v 1.53 2006/11/25 21:07:32 martin Exp $
+.\" $NetBSD: xfer,v 1.54 2006/12/25 18:39:48 wiz Exp $
.\"
.\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -620,7 +620,7 @@ Proceed to the instruction on installation.
.It Em MS-DOS floppy
.Nx
doesn't include split sets to keep the distribution size down.
-They can be created on a seperate machine using the
+They can be created on a separate machine using the
.Xr split 1
command, running e.g.
.Ic split -b 235k base.tgz base.
diff --git a/doc/CHANGES.prev b/doc/CHANGES.prev
index c4d7b4b725b..a8c1654a060 100644
--- a/doc/CHANGES.prev
+++ b/doc/CHANGES.prev
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.51 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.52 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -2156,7 +2156,7 @@ Changes from NetBSD 1.0 to NetBSD 1.1:
ncr5380*.[ch]. [pk 19950708]
sun3, sparc: added `screenblank', a screen saver daemon for Sun 3 and
SPARC machines. [thorpej 19950711]
- removed FFS mounting code from mount(8), and seperated it into
+ removed FFS mounting code from mount(8), and separated it into
its own program (mount_ffs(8)). mount_ufs is a link
to mount_ffs, for now, for compatibility. [cgd 19950712]
changed 'mount -a' to _not_ remount mount file systems, if it
@@ -4702,7 +4702,7 @@ Changes from NetBSD 1.3 to NetBSD 1.4:
the packages that depend on it [chopps 19990226]
kernel: Modified vnode locking protocol to always pass the VOP_CLOSE
operation a locked vnode as opposed to an unlocked one.
- Also seperated export verification and file handle to
+ Also separated export verification and file handle to
vnode conversion. VFS_FHTOVP now only returns a vnode from
a file handle while VFS_CHECKEXP performs export
verification. Bump version to 1.3J. [wrstuden 19990226]
diff --git a/share/misc/nanpa.sed b/share/misc/nanpa.sed
index 3de0db0cc3a..342969abae7 100644
--- a/share/misc/nanpa.sed
+++ b/share/misc/nanpa.sed
@@ -1,9 +1,9 @@
-# $NetBSD: nanpa.sed,v 1.1 2003/03/03 01:13:36 jhawk Exp $
+# $NetBSD: nanpa.sed,v 1.2 2006/12/25 18:39:48 wiz Exp $
#
# Parse HTML tables output by
# http://docs.nanpa.com/cgi-bin/npa_reports/nanpa
# Specifically, for each html table row (TR),
-# print the <TD> elements seperated by colons.
+# print the <TD> elements separated by colons.
#
# This could break on HTML comments.
#
diff --git a/sys/arch/arm/footbridge/footbridge_irqhandler.c b/sys/arch/arm/footbridge/footbridge_irqhandler.c
index 904476b4cdd..703fa527324 100644
--- a/sys/arch/arm/footbridge/footbridge_irqhandler.c
+++ b/sys/arch/arm/footbridge/footbridge_irqhandler.c
@@ -1,4 +1,4 @@
-/* $NetBSD: footbridge_irqhandler.c,v 1.16 2006/11/24 21:20:05 wiz Exp $ */
+/* $NetBSD: footbridge_irqhandler.c,v 1.17 2006/12/25 18:39:48 wiz Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -40,7 +40,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0,"$NetBSD: footbridge_irqhandler.c,v 1.16 2006/11/24 21:20:05 wiz Exp $");
+__KERNEL_RCSID(0,"$NetBSD: footbridge_irqhandler.c,v 1.17 2006/12/25 18:39:48 wiz Exp $");
#include "opt_irqstats.h"
@@ -204,7 +204,7 @@ footbridge_intr_calculate_masks(void)
footbridge_imask[IPL_CLOCK] |= footbridge_imask[IPL_AUDIO];
/*
- * footbridge has seperate statclock.
+ * footbridge has separate statclock.
*/
footbridge_imask[IPL_STATCLOCK] |= footbridge_imask[IPL_CLOCK];
diff --git a/sys/arch/i386/i386/cpu.c b/sys/arch/i386/i386/cpu.c
index ad901677a59..ffb48da24ef 100644
--- a/sys/arch/i386/i386/cpu.c
+++ b/sys/arch/i386/i386/cpu.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.31 2006/11/16 01:32:38 christos Exp $ */
+/* $NetBSD: cpu.c,v 1.32 2006/12/25 18:39:48 wiz Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.31 2006/11/16 01:32:38 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.32 2006/12/25 18:39:48 wiz Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -719,7 +719,7 @@ cpu_set_tss_gates(struct cpu_info *ci)
#if defined(DDB) && defined(MULTIPROCESSOR)
/*
- * Set up seperate handler for the DDB IPI, so that it doesn't
+ * Set up separate handler for the DDB IPI, so that it doesn't
* stomp on a possibly corrupted stack.
*
* XXX overwriting the gate set in db_machine_init.
diff --git a/sys/arch/mips/atheros/dev/arspi.c b/sys/arch/mips/atheros/dev/arspi.c
index 44c2f511c3b..bab602c1b6b 100644
--- a/sys/arch/mips/atheros/dev/arspi.c
+++ b/sys/arch/mips/atheros/dev/arspi.c
@@ -1,4 +1,4 @@
-/* $NetBSD: arspi.c,v 1.2 2006/10/20 06:41:46 gdamore Exp $ */
+/* $NetBSD: arspi.c,v 1.3 2006/12/25 18:39:48 wiz Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arspi.c,v 1.2 2006/10/20 06:41:46 gdamore Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arspi.c,v 1.3 2006/12/25 18:39:48 wiz Exp $");
#include "locators.h"
@@ -371,7 +371,7 @@ arspi_done(struct arspi_softc *sc, int err)
} else if (err == 0) {
/*
* When breaking up write jobs, we have to wait until
- * the WIP bit is clear, and we have to seperately
+ * the WIP bit is clear, and we have to separately
* send WREN for each chunk. These flags facilitate
* that.
*/
diff --git a/sys/arch/xen/i386/cpu.c b/sys/arch/xen/i386/cpu.c
index 3262dc122b0..9668c0eb956 100644
--- a/sys/arch/xen/i386/cpu.c
+++ b/sys/arch/xen/i386/cpu.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.4 2006/09/28 18:53:15 bouyer Exp $ */
+/* $NetBSD: cpu.c,v 1.5 2006/12/25 18:39:48 wiz Exp $ */
/* NetBSD: cpu.c,v 1.18 2004/02/20 17:35:01 yamt Exp */
/*-
@@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.4 2006/09/28 18:53:15 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.5 2006/12/25 18:39:48 wiz Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -799,7 +799,7 @@ cpu_set_tss_gates(struct cpu_info *ci)
#if defined(DDB) && defined(MULTIPROCESSOR)
/*
- * Set up seperate handler for the DDB IPI, so that it doesn't
+ * Set up separate handler for the DDB IPI, so that it doesn't
* stomp on a possibly corrupted stack.
*
* XXX overwriting the gate set in db_machine_init.
diff --git a/sys/dev/ic/atppc.c b/sys/dev/ic/atppc.c
index 1264b5d4446..34deddd1f76 100644
--- a/sys/dev/ic/atppc.c
+++ b/sys/dev/ic/atppc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: atppc.c,v 1.21 2006/05/29 15:17:29 drochner Exp $ */
+/* $NetBSD: atppc.c,v 1.22 2006/12/25 18:39:48 wiz Exp $ */
/*
* Copyright (c) 2001 Alcove - Nicolas Souchu
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.21 2006/05/29 15:17:29 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atppc.c,v 1.22 2006/12/25 18:39:48 wiz Exp $");
#include "opt_atppc.h"
@@ -68,7 +68,7 @@ int atppc_verbose = 1;
/* List of supported chipsets detection routines */
static int (*chipset_detect[])(struct atppc_softc *) = {
-/* XXX Add these LATER: maybe as seperate devices?
+/* XXX Add these LATER: maybe as separate devices?
atppc_pc873xx_detect,
atppc_smc37c66xgt_detect,
atppc_w83877f_detect,
diff --git a/sys/dev/ic/mpt_netbsd.h b/sys/dev/ic/mpt_netbsd.h
index dc16353e072..8788cf18267 100644
--- a/sys/dev/ic/mpt_netbsd.h
+++ b/sys/dev/ic/mpt_netbsd.h
@@ -1,4 +1,4 @@
-/* $NetBSD: mpt_netbsd.h,v 1.4 2005/12/11 12:21:28 christos Exp $ */
+/* $NetBSD: mpt_netbsd.h,v 1.5 2006/12/25 18:39:48 wiz Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -119,7 +119,7 @@
* assume we have 480-48 == 432 bytes to have simple SG elements and/or
* chain elements. If we assume 32 bit addressing, this works out to
* 54 SG or chain elements. If we assume 5 chain elements, then we have
- * a maximum of 49 seperate actual SG segments.
+ * a maximum of 49 separate actual SG segments.
*/
#define MPT_SGL_MAX 49
diff --git a/sys/dev/spi/spiflash.h b/sys/dev/spi/spiflash.h
index 40a8aa685a7..dde7e786207 100644
--- a/sys/dev/spi/spiflash.h
+++ b/sys/dev/spi/spiflash.h
@@ -1,4 +1,4 @@
-/* $NetBSD: spiflash.h,v 1.2 2006/11/24 19:46:59 christos Exp $ */
+/* $NetBSD: spiflash.h,v 1.3 2006/12/25 18:39:48 wiz Exp $ */
/*-
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@@ -76,7 +76,7 @@
/*
* Some parts can stream bytes with the program command, whereas others require
- * a seperate command sequence for each byte.
+ * a separate command sequence for each byte.
*/
#define SPIFLASH_CMD_PROGRAM 0x02 /* page or byte program */
#define SPIFLASH_CMD_PROGRAM_AA 0xad /* program (autoincrement) */
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c
index e902338eafa..c461a80cb7b 100644
--- a/sys/dev/usb/if_atu.c
+++ b/sys/dev/usb/if_atu.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_atu.c,v 1.23 2006/11/16 01:33:26 christos Exp $ */
+/* $NetBSD: if_atu.c,v 1.24 2006/12/25 18:39:48 wiz Exp $ */
/* $OpenBSD: if_atu.c,v 1.48 2004/12/30 01:53:21 dlg Exp $ */
/*
* Copyright (c) 2003, 2004
@@ -48,7 +48,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.23 2006/11/16 01:33:26 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_atu.c,v 1.24 2006/12/25 18:39:48 wiz Exp $");
#include "bpfilter.h"
@@ -803,7 +803,7 @@ atu_internal_firmware(struct device *arg)
* Uploading firmware is done with the DFU (Device Firmware Upgrade)
* interface. See "Universal Serial Bus - Device Class Specification
* for Device Firmware Upgrade" pdf for details of the protocol.
- * Maybe this could be moved to a seperate 'firmware driver' once more
+ * Maybe this could be moved to a separate 'firmware driver' once more
* device drivers need it... For now we'll just do it here.
*
* Just for your information, the Atmel's DFU descriptor looks like
diff --git a/sys/dev/usb/if_atureg.h b/sys/dev/usb/if_atureg.h
index 6e1236c6dae..69eb9451c35 100644
--- a/sys/dev/usb/if_atureg.h
+++ b/sys/dev/usb/if_atureg.h
@@ -1,4 +1,4 @@
-/* $NetBSD: if_atureg.h,v 1.5 2006/05/08 17:12:42 rpaulo Exp $ */
+/* $NetBSD: if_atureg.h,v 1.6 2006/12/25 18:39:48 wiz Exp $ */
/* $OpenBSD: if_atureg.h,v 1.21 2004/12/23 13:19:38 dlg Exp $ */
/*
* Copyright (c) 2003
@@ -400,7 +400,7 @@ struct atu_tx_hdr {
#define NR(x) (void *)((long)x)
/*
- * The linux driver uses seperate routines for every mib request they do
+ * The linux driver uses separate routines for every mib request they do
* (eg. set_radio / set_preamble / set_frag / etc etc )
* We just define a list of types, sizes and offsets and use those
*/
diff --git a/sys/fs/udf/udf_subr.c b/sys/fs/udf/udf_subr.c
index a1a33cad22e..709cac3d627 100644
--- a/sys/fs/udf/udf_subr.c
+++ b/sys/fs/udf/udf_subr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: udf_subr.c,v 1.24 2006/12/25 18:36:05 wiz Exp $ */
+/* $NetBSD: udf_subr.c,v 1.25 2006/12/25 18:39:48 wiz Exp $ */
/*
* Copyright (c) 2006 Reinoud Zandijk
@@ -36,7 +36,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: udf_subr.c,v 1.24 2006/12/25 18:36:05 wiz Exp $");
+__RCSID("$NetBSD: udf_subr.c,v 1.25 2006/12/25 18:39:48 wiz Exp $");
#endif /* not lint */
@@ -1397,7 +1397,7 @@ udf_read_rootdirs(struct udf_mount *ump, struct udf_args *args)
int dscr_type;
int error;
- /* TODO implement FSD reading in seperate function like integrity? */
+ /* TODO implement FSD reading in separate function like integrity? */
/* get fileset descriptor sequence */
fsd_loc = ump->logical_vol->lv_fsd_loc;
fsd_len = udf_rw32(fsd_loc.len);
@@ -2608,7 +2608,7 @@ udf_read_file_extent(struct udf_node *node,
/*
* Read file extent in 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.
*/
diff --git a/usr.sbin/pppd/plugins/status/status.c b/usr.sbin/pppd/plugins/status/status.c
index b6effa188b1..783fb5a9684 100644
--- a/usr.sbin/pppd/plugins/status/status.c
+++ b/usr.sbin/pppd/plugins/status/status.c
@@ -1,4 +1,4 @@
-/* $NetBSD: status.c,v 1.1 2004/05/13 19:37:58 christos Exp $ */
+/* $NetBSD: status.c,v 1.2 2006/12/25 18:39:48 wiz Exp $ */
/*
* status.c - pppd plugin to implement an `lcpstatus' option.
@@ -74,7 +74,7 @@ lcpstatus /var/run/ppp0.status
* If you want to modify this plugin, other ways you could use and display
* the data generated by the transitions would include:
* + directly broadcasting the results from inside the pppd task (rather
- * than having a seperate process do it)
+ * than having a separate process do it)
* + store the ppp state in an SNMP database so it could be displayed with
* a standard form of client rather than a goofy little Mac OS X menubar
* widget.