diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 10:27:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 10:27:13 +0000 |
commit | 124ec404c6e5ed83c26b3ae27f8f6a9865f30089 (patch) | |
tree | 0d8e24ba87859ed357e4e55c7af42a3a472b5eee /sys/dev | |
parent | 435f16863158d22d3404dd4e1decea3a1e403a1f (diff) |
typos from Tom Cosgrove;
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/eisa/aha1742.c | 4 | ||||
-rw-r--r-- | sys/dev/eisa/ahc_eisa.c | 10 | ||||
-rw-r--r-- | sys/dev/eisa/dpt_eisa.c | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/eisa/aha1742.c b/sys/dev/eisa/aha1742.c index 45cea7e7ba6..8b221900e5e 100644 --- a/sys/dev/eisa/aha1742.c +++ b/sys/dev/eisa/aha1742.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha1742.c,v 1.17 2002/03/14 01:26:53 millert Exp $ */ +/* $OpenBSD: aha1742.c,v 1.18 2003/10/21 10:27:12 jmc Exp $ */ /* $NetBSD: aha1742.c,v 1.61 1996/05/12 23:40:01 mycroft Exp $ */ /* @@ -564,7 +564,7 @@ ahbintr(arg) for (;;) { /* * First get all the information and then - * acknowlege the interrupt + * acknowledge the interrupt */ ahbstat = bus_space_read_1(iot, ioh, G2INTST); mboxval = bus_space_read_4(iot, ioh, MBOXIN0); diff --git a/sys/dev/eisa/ahc_eisa.c b/sys/dev/eisa/ahc_eisa.c index b2fd77e5c89..8264d2afe47 100644 --- a/sys/dev/eisa/ahc_eisa.c +++ b/sys/dev/eisa/ahc_eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahc_eisa.c,v 1.14 2002/06/28 00:34:54 smurph Exp $ */ +/* $OpenBSD: ahc_eisa.c,v 1.15 2003/10/21 10:27:12 jmc Exp $ */ /* $NetBSD: ahc_eisa.c,v 1.10 1996/10/21 22:30:58 thorpej Exp $ */ /* @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ahc_eisa.c,v 1.14 2002/06/28 00:34:54 smurph Exp $ + * $Id: ahc_eisa.c,v 1.15 2003/10/21 10:27:12 jmc Exp $ */ #include "eisa.h" @@ -79,7 +79,7 @@ bus_space_handle_t ioh; u_char intdef; u_char hcntrl; - /* Pause the card preseving the IRQ type */ + /* Pause the card preserving the IRQ type */ hcntrl = bus_space_read_1(iot, ioh, HCNTRL) & IRQMS; bus_space_write_1(iot, ioh, HCNTRL, hcntrl | PAUSE); @@ -209,7 +209,7 @@ void *aux; /* * Tell the user what type of interrupts we're using. - * usefull for debugging irq problems + * useful for debugging irq problems */ if (bootverbose) { printf("%s: Using %s Interrupts\n", @@ -256,7 +256,7 @@ void *aux; /* * See if we have a Rev E or higher aic7770. Anything below a * Rev E will have a R/O autoflush disable configuration bit. - * It's still not clear exactly what is differenent about the Rev E. + * It's still not clear exactly what is different about the Rev E. * We think it allows 8 bit entries in the QOUTFIFO to support * "paging" SCBs so you can have more than 4 commands active at * once. diff --git a/sys/dev/eisa/dpt_eisa.c b/sys/dev/eisa/dpt_eisa.c index b00c3550d80..1d9af1675af 100644 --- a/sys/dev/eisa/dpt_eisa.c +++ b/sys/dev/eisa/dpt_eisa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dpt_eisa.c,v 1.2 2002/03/14 01:26:53 millert Exp $ */ +/* $OpenBSD: dpt_eisa.c,v 1.3 2003/10/21 10:27:12 jmc Exp $ */ /* $NetBSD: dpt_eisa.c,v 1.2 1999/10/18 21:59:19 ad Exp $ */ /* @@ -209,6 +209,6 @@ dpt_eisa_attach(parent, self, aux) return; } - /* Now attach to the bus-independant code */ + /* Now attach to the bus-independent code */ dpt_init(sc, intrstr); } |