summaryrefslogtreecommitdiff
path: root/sys/dev/ic
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/ic
parent19c7b24184974ab7e0e042e520f2b644129c7220 (diff)
Spell "separate" correctly. From Zafer Aydogan.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/atppc.c6
-rw-r--r--sys/dev/ic/mpt_netbsd.h4
2 files changed, 5 insertions, 5 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