diff options
| author | wiz <wiz@NetBSD.org> | 2001-08-20 12:00:46 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2001-08-20 12:00:46 +0000 |
| commit | 1e378c4c1261cf6688126fbcc84031578834f1dd (patch) | |
| tree | c7d8b28fdd9b52409426a02eac10adf0d527421b /sys/dev/microcode | |
| parent | f33f8d5e6107c6de1581400845b6933b0402c96d (diff) | |
precede, not preceed.
Diffstat (limited to 'sys/dev/microcode')
| -rw-r--r-- | sys/dev/microcode/aic7xxx/aic7xxx.seq | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/microcode/aic7xxx/aic7xxx.seq b/sys/dev/microcode/aic7xxx/aic7xxx.seq index 466b6a07cec..50b086b2f41 100644 --- a/sys/dev/microcode/aic7xxx/aic7xxx.seq +++ b/sys/dev/microcode/aic7xxx/aic7xxx.seq @@ -1,4 +1,4 @@ -/* $NetBSD: aic7xxx.seq,v 1.12 2001/06/19 13:45:57 wiz Exp $ */ +/* $NetBSD: aic7xxx.seq,v 1.13 2001/08/20 12:00:52 wiz Exp $ */ /* * Adaptec 274x/284x/294x device driver firmware for Linux and FreeBSD. @@ -514,7 +514,7 @@ target_disconnect: mvi MSG_DISCONNECT call target_outb; target_busfree_wait: - /* Wait for preceeding I/O session to complete. */ + /* Wait for preceding I/O session to complete. */ test SCSISIGI, ACKI jnz .; target_busfree: clr SCSISIGO; |
