diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
commit | 090a3faf71dd1aa0dc3bc84defc38b7ff3aa3161 (patch) | |
tree | 86d3f30c92a2e4f07f74565a318a64b039c93a51 /sys/dev/ic | |
parent | 83ffcdaf38bb4533511a7ca1727d35d0af1172fb (diff) |
spelling fixes, from Martynas Venckus;
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aic79xx.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 6 | ||||
-rw-r--r-- | sys/dev/ic/awi.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/i82365.c | 6 | ||||
-rw-r--r-- | sys/dev/ic/tcic2.c | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c index a36164e7b76..48b55fc34a1 100644 --- a/sys/dev/ic/aic79xx.c +++ b/sys/dev/ic/aic79xx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic79xx.c,v 1.41 2007/10/20 22:44:00 fgsch Exp $ */ +/* $OpenBSD: aic79xx.c,v 1.42 2007/11/25 16:40:04 jmc Exp $ */ /* * Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom @@ -1633,7 +1633,7 @@ ahd_handle_scsiint(struct ahd_softc *ahd, u_int intstat) /* * Although the driver does not care about the * 'Selection in Progress' status bit, the busy - * LED does. SELINGO is only cleared by a sucessfull + * LED does. SELINGO is only cleared by a successfull * selection, so we must manually clear it to insure * the LED turns off just incase no future successful * selections occur (e.g. no devices on the bus). diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index a6390248bd5..89e94e3bdfd 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aic7xxx.c,v 1.78 2007/10/20 22:44:00 fgsch Exp $ */ +/* $OpenBSD: aic7xxx.c,v 1.79 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: aic7xxx.c,v 1.108 2003/11/02 11:07:44 wiz Exp $ */ /* @@ -40,7 +40,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $Id: aic7xxx.c,v 1.78 2007/10/20 22:44:00 fgsch Exp $ + * $Id: aic7xxx.c,v 1.79 2007/11/25 16:40:04 jmc Exp $ */ /* * Ported from FreeBSD by Pascal Renauld, Network Storage Solutions, Inc. - April 2003 @@ -1224,7 +1224,7 @@ ahc_handle_scsiint(struct ahc_softc *ahc, u_int intstat) /* * Although the driver does not care about the * 'Selection in Progress' status bit, the busy - * LED does. SELINGO is only cleared by a sucessfull + * LED does. SELINGO is only cleared by a successfull * selection, so we must manually clear it to insure * the LED turns off just incase no future successful * selections occur (e.g. no devices on the bus). diff --git a/sys/dev/ic/awi.c b/sys/dev/ic/awi.c index 349f58ce1ca..c7c79274253 100644 --- a/sys/dev/ic/awi.c +++ b/sys/dev/ic/awi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: awi.c,v 1.23 2007/02/11 20:29:22 miod Exp $ */ +/* $OpenBSD: awi.c,v 1.24 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: awi.c,v 1.26 2000/07/21 04:48:55 onoe Exp $ */ /*- @@ -1510,7 +1510,7 @@ awi_init_hw(sc) awi_intr_unlock(sc); am79c930_gcr_setbits(&sc->sc_chip, AM79C930_GCR_ENECINT); - /* issueing interface test command */ + /* issuing interface test command */ error = awi_cmd(sc, AWI_CMD_NOP); if (error) { printf("%s: failed to complete selftest", sc->sc_dev.dv_xname); diff --git a/sys/dev/ic/i82365.c b/sys/dev/ic/i82365.c index 5f807b79766..157c5d26523 100644 --- a/sys/dev/ic/i82365.c +++ b/sys/dev/ic/i82365.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i82365.c,v 1.25 2005/11/23 11:39:37 mickey Exp $ */ +/* $OpenBSD: i82365.c,v 1.26 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: i82365.c,v 1.10 1998/06/09 07:36:55 thorpej Exp $ */ /* @@ -717,7 +717,7 @@ pcic_intr_socket(h) if ((statreg & PCIC_IF_STATUS_CARDDETECT_MASK) == PCIC_IF_STATUS_CARDDETECT_PRESENT) { if (h->laststate != PCIC_LASTSTATE_PRESENT) { - DPRINTF(("%s: enqueing INSERTION event\n", + DPRINTF(("%s: enqueuing INSERTION event\n", h->ph_parent->dv_xname)); pcic_queue_event(h, PCIC_EVENT_INSERTION); } @@ -729,7 +729,7 @@ pcic_intr_socket(h) h->ph_parent->dv_xname)); pcic_deactivate_card(h); - DPRINTF(("%s: enqueing REMOVAL event\n", + DPRINTF(("%s: enqueuing REMOVAL event\n", h->ph_parent->dv_xname)); pcic_queue_event(h, PCIC_EVENT_REMOVAL); } diff --git a/sys/dev/ic/tcic2.c b/sys/dev/ic/tcic2.c index 2d5e0aeb53d..67308e1b7fe 100644 --- a/sys/dev/ic/tcic2.c +++ b/sys/dev/ic/tcic2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcic2.c,v 1.7 2005/11/23 11:39:37 mickey Exp $ */ +/* $OpenBSD: tcic2.c,v 1.8 2007/11/25 16:40:04 jmc Exp $ */ /* $NetBSD: tcic2.c,v 1.3 2000/01/13 09:38:17 joda Exp $ */ #undef TCICDEBUG @@ -665,7 +665,7 @@ tcic_intr_socket(h) if (delta & TCIC_SSTAT_CD) { if (sstat & TCIC_SSTAT_CD) { if (!(h->flags & TCIC_FLAG_CARDP)) { - DPRINTF(("%s: enqueing INSERTION event\n", + DPRINTF(("%s: enqueuing INSERTION event\n", h->sc->dev.dv_xname)); tcic_queue_event(h, TCIC_EVENT_INSERTION); } @@ -676,7 +676,7 @@ tcic_intr_socket(h) h->sc->dev.dv_xname)); tcic_deactivate_card(h); - DPRINTF(("%s: enqueing REMOVAL event\n", + DPRINTF(("%s: enqueuing REMOVAL event\n", h->sc->dev.dv_xname)); tcic_queue_event(h, TCIC_EVENT_REMOVAL); } |