diff options
Diffstat (limited to 'sys/dev/ic/iha.c')
-rw-r--r-- | sys/dev/ic/iha.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/iha.c b/sys/dev/ic/iha.c index 80c10e72a76..ba6d6e62dac 100644 --- a/sys/dev/ic/iha.c +++ b/sys/dev/ic/iha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iha.c,v 1.13 2002/03/14 01:26:54 millert Exp $ */ +/* $OpenBSD: iha.c,v 1.14 2002/06/09 02:11:47 jsyn Exp $ */ /* * Initio INI-9xxxU/UW SCSI Device Driver * @@ -634,7 +634,7 @@ iha_find_pend_scb(sc) /* * OK to do a non-tagged request sense * even if a non-tagged I/O has been - * started, 'cuz we don't allow any + * started, because we don't allow any * disconnect during a request sense op */ break; |