summaryrefslogtreecommitdiff
path: root/sys
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 /sys
parent19c7b24184974ab7e0e042e520f2b644129c7220 (diff)
Spell "separate" correctly. From Zafer Aydogan.
Diffstat (limited to 'sys')
-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
10 files changed, 28 insertions, 28 deletions
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.
*/