summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commitf3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/dev
parent7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff)
downloadFreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip
FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/bktr/ioctl_meteor.h4
-rw-r--r--sys/dev/ed/if_edreg.h18
-rw-r--r--sys/dev/eisa/eisaconf.h4
-rw-r--r--sys/dev/ep/if_epreg.h6
-rw-r--r--sys/dev/fe/if_fereg.h2
-rw-r--r--sys/dev/lnc/if_lncvar.h2
-rw-r--r--sys/dev/scd/scdreg.h4
-rw-r--r--sys/dev/syscons/syscons.h4
8 files changed, 22 insertions, 22 deletions
diff --git a/sys/dev/bktr/ioctl_meteor.h b/sys/dev/bktr/ioctl_meteor.h
index d683b331..f09e557 100644
--- a/sys/dev/bktr/ioctl_meteor.h
+++ b/sys/dev/bktr/ioctl_meteor.h
@@ -92,8 +92,8 @@ struct meteor_counts {
/* METEORCAPTUR capture options */
#define METEOR_CAP_SINGLE 0x0001 /* capture one frame */
-#define METEOR_CAP_CONTINOUS 0x0002 /* contiuously capture */
-#define METEOR_CAP_STOP_CONT 0x0004 /* stop the continous capture */
+#define METEOR_CAP_CONTINOUS 0x0002 /* continuously capture */
+#define METEOR_CAP_STOP_CONT 0x0004 /* stop the continuous capture */
/* METEORCAPFRM capture commands */
#define METEOR_CAP_N_FRAMES 0x0001 /* capture N frames */
diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h
index 11a2b61..a03ce65 100644
--- a/sys/dev/ed/if_edreg.h
+++ b/sys/dev/ed/if_edreg.h
@@ -6,7 +6,7 @@
* of this software, nor does the author assume any responsibility
* for damages incurred with its use.
*
- * $Id: if_edreg.h,v 1.18 1995/05/30 08:02:00 rgrimes Exp $
+ * $Id: if_edreg.h,v 1.19 1995/09/26 08:57:45 phk Exp $
*/
/*
* National Semiconductor DS8390 NIC register definitions
@@ -211,7 +211,7 @@
/*
* OVW: OverWrite. Indicates a receive ring-buffer overrun. Incoming network
- * would exceed (has exceeded?) the boundry pointer, resulting in data
+ * would exceed (has exceeded?) the boundary pointer, resulting in data
* that was previously received and not yet read from the buffer to be
* overwritten.
*/
@@ -266,7 +266,7 @@
/*
* OVWE: OverWrite error interrupt Enable. If set, an interrupt is generated whenever
- * the receive ring-buffer is overrun. i.e. when the boundry pointer is exceeded.
+ * the receive ring-buffer is overrun. i.e. when the boundary pointer is exceeded.
*/
#define ED_IMR_OVWE 0x10
@@ -318,7 +318,7 @@
/*
* AR: Auto-initialize Remote. When 0, data must be removed from ring-buffer
* under program control. When 1, remote DMA is automatically initiated
- * and the boundry pointer is automatically updated
+ * and the boundary pointer is automatically updated
*/
#define ED_DCR_AR 0x10
@@ -500,7 +500,7 @@
/*
* FAE: Frame Alignment Error. Indicates that the incoming packet did not end on
- * a byte boundry and the CRC did not match at the last byte boundry.
+ * a byte boundary and the CRC did not match at the last byte boundary.
*/
#define ED_RSR_FAE 0x04
@@ -513,7 +513,7 @@
/*
* MPA: Missed Packet. Indicates that the received packet couldn't be stored in
* the ring-buffer because of insufficient buffer space (exceeding the
- * boundry pointer), or because the transfer to the ring-buffer was inhibited
+ * boundary pointer), or because the transfer to the ring-buffer was inhibited
* by RCR_MON - monitor mode.
*/
#define ED_RSR_MPA 0x10
@@ -526,7 +526,7 @@
#define ED_RSR_PHY 0x20
/*
- * DIS: Receiver Disabled. Set to indicate that the receiver has enetered monitor
+ * DIS: Receiver Disabled. Set to indicate that the receiver has entered monitor
* mode. Cleared when the receiver exits monitor mode.
*/
#define ED_RSR_DIS 0x40
@@ -539,7 +539,7 @@
#define ED_RSR_DFR 0x80
/*
- * receive ring discriptor
+ * receive ring descriptor
*
* The National Semiconductor DS8390 Network interface controller uses
* the following receive ring headers. The way this works is that the
@@ -574,7 +574,7 @@ struct ed_ring {
* Compile-time config flags
*/
/*
- * this sets the default for enabling/disablng the tranceiver
+ * this sets the default for enabling/disabling the transceiver
*/
#define ED_FLAGS_DISABLE_TRANCEIVER 0x0001
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h
index 181c768..8734792 100644
--- a/sys/dev/eisa/eisaconf.h
+++ b/sys/dev/eisa/eisaconf.h
@@ -18,7 +18,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: eisaconf.h,v 1.6 1995/11/21 12:52:49 bde Exp $
+ * $Id: eisaconf.h,v 1.7 1996/01/29 03:13:23 gibbs Exp $
*/
#ifndef _I386_EISA_EISACONF_H_
@@ -74,7 +74,7 @@ struct eisa_driver {
/* Return the device to a safe
* state before shutdown
*/
- u_long *unit; /* Next availible unit */
+ u_long *unit; /* Next available unit */
};
/* To be replaced by the "super device" generic device structure... */
diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h
index 374ed5c..a9b3593 100644
--- a/sys/dev/ep/if_epreg.h
+++ b/sys/dev/ep/if_epreg.h
@@ -6,7 +6,7 @@
* met: 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer. 2. The name
* of the author may not be used to endorse or promote products derived from
- * this software withough specific prior written permission
+ * this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
@@ -31,7 +31,7 @@
*/
/*
- * $Id: if_epreg.h,v 1.8 1995/05/30 08:02:09 rgrimes Exp $
+ * $Id: if_epreg.h,v 1.9 1996/01/29 03:16:14 gibbs Exp $
*
* Promiscuous mode added and interrupt logic slightly changed
* to reduce the number of adapter failures. Transceiver select
@@ -141,7 +141,7 @@ struct ep_board {
/**************************************************************************
* *
* These define the EEPROM data structure. They are used in the probe
- * function to verify the existance of the adapter after having sent
+ * function to verify the existence of the adapter after having sent
* the ID_Sequence.
*
* There are others but only the ones we use are defined here.
diff --git a/sys/dev/fe/if_fereg.h b/sys/dev/fe/if_fereg.h
index 933f4d8..5c1a933 100644
--- a/sys/dev/fe/if_fereg.h
+++ b/sys/dev/fe/if_fereg.h
@@ -35,7 +35,7 @@
*/
#define FE_FMV0 16 /* Hardware status. */
-#define FE_FMV1 17 /* Hardrare type? Always 0 */
+#define FE_FMV1 17 /* Hardware type? Always 0 */
#define FE_FMV2 18 /* Hardware configuration. */
#define FE_FMV3 19 /* Hardware enable. */
#define FE_FMV4 20 /* Station address #1 */
diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h
index 20966a6..c6fd165 100644
--- a/sys/dev/lnc/if_lncvar.h
+++ b/sys/dev/lnc/if_lncvar.h
@@ -105,7 +105,7 @@ struct nic_info {
int ic; /* Type of ic, Am7990, Am79C960 etc. */
int mem_mode;
int iobase;
- int mode; /* Mode setting at initialisation */
+ int mode; /* Mode setting at initialization */
};
struct host_ring_entry {
diff --git a/sys/dev/scd/scdreg.h b/sys/dev/scd/scdreg.h
index 6929992..176f002 100644
--- a/sys/dev/scd/scdreg.h
+++ b/sys/dev/scd/scdreg.h
@@ -12,7 +12,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
- * derived from this software withough specific prior written permission
+ * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: scdreg.h,v 1.3 1995/02/06 22:35:07 jkh Exp $
+ * $Id: scdreg.h,v 1.1 1995/03/24 18:33:02 jkh Exp $
*
*/
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index 6c895e2..cf70448 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -12,7 +12,7 @@
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. The name of the author may not be used to endorse or promote products
- * derived from this software withough specific prior written permission
+ * derived from this software without specific prior written permission
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: syscons.h,v 1.13 1995/11/28 00:17:32 ache Exp $
+ * $Id: syscons.h,v 1.14 1995/12/10 13:39:20 phk Exp $
*/
#ifndef _I386_ISA_SYSCONS_H_
OpenPOWER on IntegriCloud