summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormbalmer <mbalmer@NetBSD.org>2011-08-01 12:28:53 +0000
committermbalmer <mbalmer@NetBSD.org>2011-08-01 12:28:53 +0000
commit5149e425f8b67867a05bfa64f59d6002e68489bf (patch)
treee5c86d063189db92484fe6de09e1496ecab770ab /sys/dev
parent1e590b49a1c9215e6807946bc80e081d214e69f1 (diff)
According to the Oxford Dictionary of Etymology, a wether is a male sheep
or ram.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/adb/adb_ms.c6
-rw-r--r--sys/dev/ic/smc90cx6var.h4
-rw-r--r--sys/dev/ic/tropic.c6
-rw-r--r--sys/dev/pci/machfb.c6
-rw-r--r--sys/dev/pci/n8/common/api/n8_sks.c4
-rw-r--r--sys/dev/raidframe/rf_dagdegrd.c6
-rw-r--r--sys/dev/raidframe/rf_dagdegwr.c6
-rw-r--r--sys/dev/raidframe/rf_pqdegdags.c6
-rw-r--r--sys/dev/sysmon/sysmon_envsys.c6
9 files changed, 25 insertions, 25 deletions
diff --git a/sys/dev/adb/adb_ms.c b/sys/dev/adb/adb_ms.c
index 9e65808647f..b607f7c5c09 100644
--- a/sys/dev/adb/adb_ms.c
+++ b/sys/dev/adb/adb_ms.c
@@ -1,4 +1,4 @@
-/* $NetBSD: adb_ms.c,v 1.10 2011/07/28 16:28:12 macallan Exp $ */
+/* $NetBSD: adb_ms.c,v 1.11 2011/08/01 12:28:53 mbalmer Exp $ */
/*
* Copyright (C) 1998 Colin Wood
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: adb_ms.c,v 1.10 2011/07/28 16:28:12 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: adb_ms.c,v 1.11 2011/08/01 12:28:53 mbalmer Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -724,7 +724,7 @@ init_trackpad(struct adbms_softc *sc)
delay(1000);
/*
- * setup a sysctl node to control wether tapping the pad should
+ * setup a sysctl node to control whether tapping the pad should
* trigger mouse button events
*/
diff --git a/sys/dev/ic/smc90cx6var.h b/sys/dev/ic/smc90cx6var.h
index 442fb66878c..ca7280b1825 100644
--- a/sys/dev/ic/smc90cx6var.h
+++ b/sys/dev/ic/smc90cx6var.h
@@ -1,4 +1,4 @@
-/* $NetBSD: smc90cx6var.h,v 1.9 2008/04/28 20:23:51 martin Exp $ */
+/* $NetBSD: smc90cx6var.h,v 1.10 2011/08/01 12:28:53 mbalmer Exp $ */
/*-
* Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
* As the reset functionality differs between the Amiga boards (using the
* 90c26 chip) and middle-aged ISA boards (using the 90c56 chip), we have
* a sc_reset callback function in the softc, which does a stop function
- * (reset and leave dead) or a reset function depending on wether the 2nd
+ * (reset and leave dead) or a reset function depending on whether the 2nd
* parameter is 0 or 1.
*/
diff --git a/sys/dev/ic/tropic.c b/sys/dev/ic/tropic.c
index 354166a9e8e..b01d7823fd4 100644
--- a/sys/dev/ic/tropic.c
+++ b/sys/dev/ic/tropic.c
@@ -1,4 +1,4 @@
-/* $NetBSD: tropic.c,v 1.42 2010/04/05 07:19:37 joerg Exp $ */
+/* $NetBSD: tropic.c,v 1.43 2011/08/01 12:28:53 mbalmer Exp $ */
/*
* Ported to NetBSD by Onno van der Linden
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tropic.c,v 1.42 2010/04/05 07:19:37 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tropic.c,v 1.43 2011/08/01 12:28:53 mbalmer Exp $");
#include "opt_inet.h"
@@ -211,7 +211,7 @@ tr_config(struct tr_softc *sc)
/*
* XXX Not completely true because Fast Path Transmit has 514 byte buffers
* XXX and TR_MAX_LINK_HDR is only correct when source-routing is used.
- * XXX depending on wether source routing is used change the calculation
+ * XXX depending on whether source routing is used change the calculation
* XXX use IFM_TOK_SRCRT (IFF_LINK0)
* XXX recompute sc_minbuf !!
*/
diff --git a/sys/dev/pci/machfb.c b/sys/dev/pci/machfb.c
index 0940b913ddd..06e77b3f778 100644
--- a/sys/dev/pci/machfb.c
+++ b/sys/dev/pci/machfb.c
@@ -1,4 +1,4 @@
-/* $NetBSD: machfb.c,v 1.68 2011/06/29 03:15:18 macallan Exp $ */
+/* $NetBSD: machfb.c,v 1.69 2011/08/01 12:28:53 mbalmer Exp $ */
/*
* Copyright (c) 2002 Bang Jun-Young
@@ -34,7 +34,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0,
- "$NetBSD: machfb.c,v 1.68 2011/06/29 03:15:18 macallan Exp $");
+ "$NetBSD: machfb.c,v 1.69 2011/08/01 12:28:53 mbalmer Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -855,7 +855,7 @@ mach64_init(struct mach64_softc *sc)
int need_swap;
/*
- * Test wether the aperture is byte swapped or not
+ * Test whether the aperture is byte swapped or not
*/
p32 = (uint32_t*)sc->sc_aperture;
saved_value = *p32;
diff --git a/sys/dev/pci/n8/common/api/n8_sks.c b/sys/dev/pci/n8/common/api/n8_sks.c
index 3b8cfc52aae..a5604214d07 100644
--- a/sys/dev/pci/n8/common/api/n8_sks.c
+++ b/sys/dev/pci/n8/common/api/n8_sks.c
@@ -32,7 +32,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-static char const n8_id[] = "$Id: n8_sks.c,v 1.1 2008/10/30 12:02:15 darran Exp $";
+static char const n8_id[] = "$Id: n8_sks.c,v 1.2 2011/08/01 12:28:54 mbalmer Exp $";
/*****************************************************************************/
/** @file SKS_Management_Interface
* @brief Implementation for the SKS Management Interface.
@@ -1016,7 +1016,7 @@ N8_Status_t N8_SKSFree(N8_SKSKeyHandle_t* keyHandle_p)
* @param keyHandle_p WO: A N8_SKSKeyHandle_t pointer.
*
* @par Externals:
- * SKS_initialized_g RW: A boolean value that indicates wether the SKS
+ * SKS_initialized_g RW: A boolean value that indicates whether the SKS
* admin interface API has been initialized.
* @return
* N8_STATUS_OK indicates the key read successfully completed.
diff --git a/sys/dev/raidframe/rf_dagdegrd.c b/sys/dev/raidframe/rf_dagdegrd.c
index 75f27bcec40..fadba80bc4c 100644
--- a/sys/dev/raidframe/rf_dagdegrd.c
+++ b/sys/dev/raidframe/rf_dagdegrd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_dagdegrd.c,v 1.27 2006/11/16 01:33:23 christos Exp $ */
+/* $NetBSD: rf_dagdegrd.c,v 1.28 2011/08/01 12:28:53 mbalmer Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_dagdegrd.c,v 1.27 2006/11/16 01:33:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_dagdegrd.c,v 1.28 2011/08/01 12:28:53 mbalmer Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -721,7 +721,7 @@ rf_DD_GenerateFailedAccessASMs(RF_Raid_t *raidPtr, RF_AccessStripeMap_t *asmap,
/* determine how many pda's we will have to generate per unaccess
* stripe. If there is only one failed data unit, it is one; if two,
- * possibly two, depending wether they overlap. */
+ * possibly two, depending whether they overlap. */
fone_start = rf_StripeUnitOffset(layoutPtr, fone->startSector);
fone_end = fone_start + fone->numSector;
diff --git a/sys/dev/raidframe/rf_dagdegwr.c b/sys/dev/raidframe/rf_dagdegwr.c
index 78bdc58aa7f..8592e42b307 100644
--- a/sys/dev/raidframe/rf_dagdegwr.c
+++ b/sys/dev/raidframe/rf_dagdegwr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_dagdegwr.c,v 1.30 2006/11/16 01:33:23 christos Exp $ */
+/* $NetBSD: rf_dagdegwr.c,v 1.31 2011/08/01 12:28:53 mbalmer Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_dagdegwr.c,v 1.30 2006/11/16 01:33:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_dagdegwr.c,v 1.31 2011/08/01 12:28:53 mbalmer Exp $");
#include <dev/raidframe/raidframevar.h>
@@ -590,7 +590,7 @@ rf_WriteGenerateFailedAccessASMs(
/* determine how many pda's we will have to generate per unaccess
* stripe. If there is only one failed data unit, it is one; if two,
- * possibly two, depending wether they overlap. */
+ * possibly two, depending whether they overlap. */
fone_start = rf_StripeUnitOffset(layoutPtr, fone->startSector);
fone_end = fone_start + fone->numSector;
diff --git a/sys/dev/raidframe/rf_pqdegdags.c b/sys/dev/raidframe/rf_pqdegdags.c
index 593cb343184..d096adbcbfb 100644
--- a/sys/dev/raidframe/rf_pqdegdags.c
+++ b/sys/dev/raidframe/rf_pqdegdags.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_pqdegdags.c,v 1.12 2009/03/14 15:36:20 dsl Exp $ */
+/* $NetBSD: rf_pqdegdags.c,v 1.13 2011/08/01 12:28:53 mbalmer Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_pqdegdags.c,v 1.12 2009/03/14 15:36:20 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_pqdegdags.c,v 1.13 2011/08/01 12:28:53 mbalmer Exp $");
#include "rf_archs.h"
@@ -175,7 +175,7 @@ applyPDA(RF_Raid_t *raidPtr, RF_PhysDiskAddr_t *pda, RF_PhysDiskAddr_t *ppda, RF
pda, pda, ... , p_1 pda, p_2 pda, q_1 pda, q_2 pda, raidptr, asm
- depending on wether two chunks of recovery data were required.
+ depending on whether two chunks of recovery data were required.
The second condition only arises if there are two failed buffers
whose lengths do not add up a stripe unit.
diff --git a/sys/dev/sysmon/sysmon_envsys.c b/sys/dev/sysmon/sysmon_envsys.c
index b31743f3805..0951fb818f8 100644
--- a/sys/dev/sysmon/sysmon_envsys.c
+++ b/sys/dev/sysmon/sysmon_envsys.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmon_envsys.c,v 1.116 2011/06/19 11:40:26 martin Exp $ */
+/* $NetBSD: sysmon_envsys.c,v 1.117 2011/08/01 12:28:53 mbalmer Exp $ */
/*-
* Copyright (c) 2007, 2008 Juan Romero Pardines.
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.116 2011/06/19 11:40:26 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.117 2011/08/01 12:28:53 mbalmer Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -1374,7 +1374,7 @@ bad:
/*
* Find the maximum of all currently reported values.
- * The provided callback decides wether a sensor is part of the
+ * The provided callback decides whether a sensor is part of the
* maximum calculation (by returning true) or ignored (callback
* returns false). Example usage: callback selects temperature
* sensors in a given thermal zone, the function calculates the