diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
commit | 09533afdf9d8765c07281cc781bb793add772fff (patch) | |
tree | 127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/isp.c | |
parent | 8340012e43d3e836557b3ef5cce99f0b05419e90 (diff) |
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes.
i did not include some punctuation fixes (full stops, etc.)
mnemorable -> mnemonic: i decided memorable was probably better
instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/isp.c')
-rw-r--r-- | sys/dev/ic/isp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ic/isp.c b/sys/dev/ic/isp.c index 2f42f3efbf4..2f5d2de8634 100644 --- a/sys/dev/ic/isp.c +++ b/sys/dev/ic/isp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp.c,v 1.33 2003/04/23 20:13:07 mickey Exp $ */ +/* $OpenBSD: isp.c,v 1.34 2003/10/21 18:58:49 jmc Exp $ */ /* * Machine and OS Independent (well, as best as possible) * code for the Qlogic ISP SCSI adapters. @@ -2012,7 +2012,7 @@ isp_pdb_sync(struct ispsoftc *isp) } /* - * Make sure we can get the approriate port information. + * Make sure we can get the appropriate port information. */ if (isp_getpdb(isp, lp->loopid, &pdb) != 0) { isp_prt(isp, ISP_LOGWARN, nopdb, lp->portid); @@ -3377,7 +3377,7 @@ isp_control(struct ispsoftc *isp, ispctl_t ctl, void *arg) } /* * XXX: Look for command in the REQUEST QUEUE. That is, - * XXX: It hasen't been picked up by firmware yet. + * XXX: It hasn't been picked up by firmware yet. */ break; @@ -3898,7 +3898,7 @@ again: if (nlooked) { WRITE_RESPONSE_QUEUE_OUT_POINTER(isp, optr); /* - * While we're at it, read the requst queue out pointer. + * While we're at it, read the request queue out pointer. */ isp->isp_reqodx = READ_REQUEST_QUEUE_OUT_POINTER(isp); if (isp->isp_rscchiwater < ndone) @@ -4105,7 +4105,7 @@ isp_parse_async(struct ispsoftc *isp, u_int16_t mbox) rval = -1; #endif /* - * We've had problems with data corruption occuring on + * We've had problems with data corruption occurring on * commands that complete (with no apparent error) after * we receive a LIP. This has been observed mostly on * Local Loop topologies. To be safe, let's just mark |