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