diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-11-08 19:17:31 +0000 |
commit | f0f3a0c6fbdf3bbd095d37a8fd2e0d0c250f8a21 (patch) | |
tree | f9bafe25867d0323af89776288c80edb6b30c09c /sys/dev/ic | |
parent | 01ff1e7438b7bc934d05a03ca72d57c3e5484fab (diff) |
typos from Jonathon Gray;
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/aic6360reg.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/trm.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/aic6360reg.h b/sys/dev/ic/aic6360reg.h index 5af71d8995d..5dc4f128e87 100644 --- a/sys/dev/ic/aic6360reg.h +++ b/sys/dev/ic/aic6360reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: aic6360reg.h,v 1.1 1998/09/11 07:24:57 fgsch Exp $ */ +/* $OpenBSD: aic6360reg.h,v 1.2 2003/11/08 19:17:28 jmc Exp $ */ /* $NetBSD: aic6360.c,v 1.52 1996/12/10 21:27:51 thorpej Exp $ */ /* @@ -51,7 +51,7 @@ * Charles Hannum (mycroft@duality.gnu.ai.mit.edu). Thanks a million! */ -/* Definitions, most of them has turned out to be unneccesary, but here they +/* Definitions, most of them have turned out to be unnecessary, but here they * are anyway. */ diff --git a/sys/dev/ic/trm.c b/sys/dev/ic/trm.c index ab0450d8dd7..e8a436c645f 100644 --- a/sys/dev/ic/trm.c +++ b/sys/dev/ic/trm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: trm.c,v 1.2 2003/10/21 18:58:50 jmc Exp $ +/* $OpenBSD: trm.c,v 1.3 2003/11/08 19:17:28 jmc Exp $ * ------------------------------------------------------------ * O.S : OpenBSD * File Name : trm.c @@ -762,7 +762,7 @@ trm_StartSRB(struct trm_softc *sc, struct trm_scsi_req_q *pSRB) /* * return 1 : * current interrupt status is interrupt disreenable - * It's said that SCSI processor has more then one SRB it needs + * It's said that SCSI processor has more than one SRB it needs * to do, SCSI processor has been occupied by one SRB. */ pSRB->SRBState = TRM_READY; |