diff options
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 8 | ||||
-rw-r--r-- | sys/dev/ic/aic7xxx_openbsd.c | 6 | ||||
-rw-r--r-- | sys/dev/ic/cy.c | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index accf1b3a264..f0d78356682 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -28,10 +28,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx.c,v 1.43 2002/12/09 00:45:37 millert Exp $ + * $Id: aic7xxx.c,v 1.44 2003/01/05 22:41:35 deraadt Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.80 2001/12/16 17:38:30 gibbs Exp $ - * $OpenBSD: aic7xxx.c,v 1.43 2002/12/09 00:45:37 millert Exp $ + * $OpenBSD: aic7xxx.c,v 1.44 2003/01/05 22:41:35 deraadt Exp $ */ #ifdef __OpenBSD__ @@ -1109,7 +1109,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 successfull + * LED does. SELINGO is only cleared by a successful * 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). @@ -4002,7 +4002,7 @@ ahc_init_scbdata(struct ahc_softc *ahc) ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag); /* - * Note that we were successfull + * Note that we were successful */ return (0); diff --git a/sys/dev/ic/aic7xxx_openbsd.c b/sys/dev/ic/aic7xxx_openbsd.c index dc79c846544..77fa6f166a0 100644 --- a/sys/dev/ic/aic7xxx_openbsd.c +++ b/sys/dev/ic/aic7xxx_openbsd.c @@ -29,10 +29,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: aic7xxx_openbsd.c,v 1.9 2002/09/06 05:04:41 smurph Exp $ + * $Id: aic7xxx_openbsd.c,v 1.10 2003/01/05 22:41:35 deraadt Exp $ * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_freebsd.c,v 1.26 2001/07/18 21:39:47 gibbs Exp $ - * $OpenBSD: aic7xxx_openbsd.c,v 1.9 2002/09/06 05:04:41 smurph Exp $ + * $OpenBSD: aic7xxx_openbsd.c,v 1.10 2003/01/05 22:41:35 deraadt Exp $ */ #include <dev/ic/aic7xxx_openbsd.h> @@ -437,7 +437,7 @@ ahc_init_scbdata(ahc) ahc_outb(ahc, NEXT_QUEUED_SCB, ahc->next_queued_scb->hscb->tag); /* - * Note that we were successfull + * Note that we were successful */ return (0); diff --git a/sys/dev/ic/cy.c b/sys/dev/ic/cy.c index b9ef1a862c4..3fc48432193 100644 --- a/sys/dev/ic/cy.c +++ b/sys/dev/ic/cy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cy.c,v 1.20 2002/09/15 21:30:25 art Exp $ */ +/* $OpenBSD: cy.c,v 1.21 2003/01/05 22:41:35 deraadt Exp $ */ /* * Copyright (c) 1996 Timo Rossi. * All rights reserved. @@ -263,7 +263,7 @@ cy_attach(parent, self) } /* - * open routine. returns zero if successfull, else error code + * open routine. returns zero if successful, else error code */ int cyopen(dev_t, int, int, struct proc *); int cyclose(dev_t, int, int, struct proc *); @@ -411,7 +411,7 @@ cyopen(dev, flag, mode, p) } /* - * close routine. returns zero if successfull, else error code + * close routine. returns zero if successful, else error code */ int cyclose(dev, flag, mode, p) @@ -686,7 +686,7 @@ cystop(tp, flag) /* * parameter setting routine. - * returns 0 if successfull, else returns error code + * returns 0 if successful, else returns error code */ int cyparam(tp, t) |