diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-02 19:38:56 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-02 19:38:56 +0000 |
commit | 455d1983e8764c0949b892923117c63399cdedb5 (patch) | |
tree | 12f00626cd371f548174bd24633cbed074be5590 /sys/dev | |
parent | 08164aa7b48cddaba444394214fd10fa49bf5cd9 (diff) |
inital -> initial
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/am7990reg.h | 6 | ||||
-rw-r--r-- | sys/dev/ic/mc6845.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/rtl81x9.c | 4 | ||||
-rw-r--r-- | sys/dev/isa/sbreg.h | 4 | ||||
-rw-r--r-- | sys/dev/rasops/rasops.h | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/ic/am7990reg.h b/sys/dev/ic/am7990reg.h index 62722c9937f..db12f3da73e 100644 --- a/sys/dev/ic/am7990reg.h +++ b/sys/dev/ic/am7990reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am7990reg.h,v 1.3 1999/03/12 18:52:21 jason Exp $ */ +/* $OpenBSD: am7990reg.h,v 1.4 2002/07/02 19:38:55 nate Exp $ */ /* $NetBSD: am7990reg.h,v 1.1 1995/04/11 04:17:50 mycroft Exp $ */ /*- @@ -114,7 +114,7 @@ struct leinit { #define LE_C0_MERR 0x0800 /* memory error */ #define LE_C0_RINT 0x0400 /* receiver interrupt */ #define LE_C0_TINT 0x0200 /* transmitter interrupt */ -#define LE_C0_IDON 0x0100 /* initalization done */ +#define LE_C0_IDON 0x0100 /* initialization done */ #define LE_C0_INTR 0x0080 /* interrupt condition */ #define LE_C0_INEA 0x0040 /* interrupt enable */ #define LE_C0_RXON 0x0020 /* receiver on */ @@ -122,7 +122,7 @@ struct leinit { #define LE_C0_TDMD 0x0008 /* transmit demand */ #define LE_C0_STOP 0x0004 /* disable all external activity */ #define LE_C0_STRT 0x0002 /* enable external activity */ -#define LE_C0_INIT 0x0001 /* begin initalization */ +#define LE_C0_INIT 0x0001 /* begin initialization */ #define LE_C0_BITS \ "\20\20ERR\17BABL\16CERR\15MISS\14MERR\13RINT\ diff --git a/sys/dev/ic/mc6845.h b/sys/dev/ic/mc6845.h index af23817d3f8..328f8a4e387 100644 --- a/sys/dev/ic/mc6845.h +++ b/sys/dev/ic/mc6845.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mc6845.h,v 1.2 1996/09/23 15:07:50 mickey Exp $ */ +/* $OpenBSD: mc6845.h,v 1.3 2002/07/02 19:38:55 nate Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -47,7 +47,7 @@ #define CRTC_HSYNCE 0x05 /* horizontal sync end */ #define CRTC_VTOTAL 0x06 /* vertical total */ #define CRTC_OVERFLL 0x07 /* overflow low */ -#define CRTC_IROWADDR 0x08 /* inital row address */ +#define CRTC_IROWADDR 0x08 /* initial row address */ #define CRTC_MAXROW 0x09 /* maximum row address */ #define CRTC_CURSTART 0x0A /* cursor start row address */ #define CRTC_CUREND 0x0B /* cursor end row address */ diff --git a/sys/dev/ic/rtl81x9.c b/sys/dev/ic/rtl81x9.c index 1161ef4a985..1e1ee05de86 100644 --- a/sys/dev/ic/rtl81x9.c +++ b/sys/dev/ic/rtl81x9.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9.c,v 1.17 2002/06/09 03:14:18 todd Exp $ */ +/* $OpenBSD: rtl81x9.c,v 1.18 2002/07/02 19:38:55 nate Exp $ */ /* * Copyright (c) 1997, 1998 @@ -978,7 +978,7 @@ void rl_init(xsc) CSR_WRITE_1(sc, RL_COMMAND, RL_CMD_TX_ENB|RL_CMD_RX_ENB); /* - * Set the inital TX and RX configuration. + * Set the initial TX and RX configuration. */ CSR_WRITE_4(sc, RL_TXCFG, RL_TXCFG_CONFIG); CSR_WRITE_4(sc, RL_RXCFG, RL_RXCFG_CONFIG); diff --git a/sys/dev/isa/sbreg.h b/sys/dev/isa/sbreg.h index f63c6818c67..b4a1129c8fa 100644 --- a/sys/dev/isa/sbreg.h +++ b/sys/dev/isa/sbreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbreg.h,v 1.5 2002/06/06 20:58:07 aaron Exp $ */ +/* $OpenBSD: sbreg.h,v 1.6 2002/07/02 19:38:55 nate Exp $ */ /* $NetBSD: sbreg.h,v 1.24 1997/08/24 23:24:51 augustss Exp $ */ /* @@ -267,7 +267,7 @@ /* * The ADPCM encodings are differential, meaning each sample represents - * a difference to add to a running sum. The inital value is called the + * a difference to add to a running sum. The initial value is called the * reference, or reference byte. Any of the ADPCM DMA transfers can specify * that the given transfer begins with a reference byte by or'ing * in the bit below. diff --git a/sys/dev/rasops/rasops.h b/sys/dev/rasops/rasops.h index 920e5c79fe3..763b2192fd5 100644 --- a/sys/dev/rasops/rasops.h +++ b/sys/dev/rasops/rasops.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rasops.h,v 1.2 2002/03/14 01:27:02 millert Exp $ */ +/* $OpenBSD: rasops.h,v 1.3 2002/07/02 19:38:55 nate Exp $ */ /* $NetBSD: rasops.h,v 1.13 2000/06/13 13:36:54 ad Exp $ */ /*- @@ -124,7 +124,7 @@ struct rasops_info { */ /* - * Per-depth initalization functions. These should not be called outside + * Per-depth initialization functions. These should not be called outside * the rasops code. */ void rasops1_init(struct rasops_info *); |