From 1e378c4c1261cf6688126fbcc84031578834f1dd Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Aug 2001 12:00:46 +0000 Subject: precede, not preceed. --- sys/dev/microcode/aic7xxx/aic7xxx.seq | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode') 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; -- cgit