summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:09:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-04 00:09:09 +0000
commitf2ce411926eab7a23be6e11274d0f8677610014a (patch)
treee366d0db22af7390ae0b587ce68914aa611343cd /sys/dev
parentabbac7377fe6d17c12b44669a7353b457ef448bb (diff)
spelling; raj@cerias.purdue.edu
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_sk.c6
-rw-r--r--sys/dev/pci/ncr.c6
-rw-r--r--sys/dev/pcmcia/if_ray.c4
3 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/pci/if_sk.c b/sys/dev/pci/if_sk.c
index 311bf9ad41b..ffcdbe6a570 100644
--- a/sys/dev/pci/if_sk.c
+++ b/sys/dev/pci/if_sk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_sk.c,v 1.23 2002/03/14 01:26:59 millert Exp $ */
+/* $OpenBSD: if_sk.c,v 1.24 2002/06/04 00:09:08 deraadt Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -42,9 +42,9 @@
* http://www.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf
* The SysKonnect GEnesis manual, http://www.syskonnect.com
*
- * Note: XaQti has been aquired by Vitesse, and Vitesse does not have the
+ * Note: XaQti has been acquired by Vitesse, and Vitesse does not have the
* XMAC II datasheet online. I have put my copy at people.freebsd.org as a
- * convience to others until Vitesse corrects this problem:
+ * convenience to others until Vitesse corrects this problem:
*
* http://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf
*
diff --git a/sys/dev/pci/ncr.c b/sys/dev/pci/ncr.c
index 8cd4bbd8d42..59d5a6bbd38 100644
--- a/sys/dev/pci/ncr.c
+++ b/sys/dev/pci/ncr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncr.c,v 1.63 2002/03/14 03:16:06 millert Exp $ */
+/* $OpenBSD: ncr.c,v 1.64 2002/06/04 00:09:08 deraadt Exp $ */
/* $NetBSD: ncr.c,v 1.63 1997/09/23 02:39:15 perry Exp $ */
/**************************************************************************
@@ -1466,7 +1466,7 @@ static void ncr_attach (pcici_t tag, int unit);
#if 0
static char ident[] =
- "\n$OpenBSD: ncr.c,v 1.63 2002/03/14 03:16:06 millert Exp $\n";
+ "\n$OpenBSD: ncr.c,v 1.64 2002/06/04 00:09:08 deraadt Exp $\n";
#endif
static const u_long ncr_version = NCR_VERSION * 11
@@ -7133,7 +7133,7 @@ out:
/*==========================================================
**
**
-** Aquire a control block
+** Acquire a control block
**
**
**==========================================================
diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c
index bd50b35bdfd..47d072b99b5 100644
--- a/sys/dev/pcmcia/if_ray.c
+++ b/sys/dev/pcmcia/if_ray.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ray.c,v 1.19 2002/03/24 20:53:56 mickey Exp $ */
+/* $OpenBSD: if_ray.c,v 1.20 2002/06/04 00:09:08 deraadt Exp $ */
/* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */
/*
@@ -205,7 +205,7 @@ struct ray_softc {
u_int8_t sc_mode; /* current operating mode SC_MODE_xx */
u_int8_t sc_countrycode; /* current country code */
u_int8_t sc_dcountrycode; /* desired country code */
- int sc_havenet; /* true if we have aquired a network */
+ int sc_havenet; /* true if we have acquired a network */
bus_size_t sc_txpad; /* tib size plus "phy" size */
u_int8_t sc_deftxrate; /* default transfer rate */
u_int8_t sc_encrypt;