diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
commit | 1090c37a2abb53f452afc18664a076f51e6f21b6 (patch) | |
tree | f584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/dev/ic/aic7xxx.c | |
parent | 6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
Diffstat (limited to 'sys/dev/ic/aic7xxx.c')
-rw-r--r-- | sys/dev/ic/aic7xxx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic7xxx.c b/sys/dev/ic/aic7xxx.c index 203b3eec311..4849d17e887 100644 --- a/sys/dev/ic/aic7xxx.c +++ b/sys/dev/ic/aic7xxx.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.40 2000/01/07 23:08:17 gibbs Exp $ - * $OpenBSD: aic7xxx.c,v 1.30 2001/08/31 02:52:19 krw Exp $ + * $OpenBSD: aic7xxx.c,v 1.31 2001/09/20 17:02:31 mpech Exp $ */ /* * A few notes on features of the driver. @@ -5264,7 +5264,7 @@ ahc_abort_scbs(ahc, target, channel, lun, tag, role, status) * Go through the pending CCB list and look for * commands for this target that are still active. * These are other tagged commands that were - * disconnected when the reset occured. + * disconnected when the reset occurred. */ { struct scb *scb; |