diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-09 02:11:48 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2002-06-09 02:11:48 +0000 |
commit | 2439e8f755866486c809af0482589d2337018d37 (patch) | |
tree | 9aacf45e2c9a411d5e46c9464602099113ab6a51 /sys/dev | |
parent | 27f4526e7f1e0379a00d49b3aadfa61e513ac2b2 (diff) |
fix the use of "cuz" in the tree; these are all in comments
noticed by aaron@, recommended by deraadt@
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/iha.c | 4 | ||||
-rw-r--r-- | sys/dev/ic/siop.c | 4 |
2 files changed, 4 insertions, 4 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; diff --git a/sys/dev/ic/siop.c b/sys/dev/ic/siop.c index a2a06b17488..fd1ad22278d 100644 --- a/sys/dev/ic/siop.c +++ b/sys/dev/ic/siop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: siop.c,v 1.19 2002/03/14 01:26:55 millert Exp $ */ +/* $OpenBSD: siop.c,v 1.20 2002/06/09 02:11:47 jsyn Exp $ */ /* $NetBSD: siop.c,v 1.39 2001/02/11 18:04:49 bouyer Exp $ */ /* @@ -1373,7 +1373,7 @@ siop_scsicmd(xs) if (error != SID_QUAL_BAD_LU) { /* * Allocate enough commands to hold at least max openings - * worth of commands. Do this statically now 'cuz + * worth of commands. Do this statically now because * a) We can't rely on the upper layers to ask for more * b) Doing it dynamically in siop_startcmd may cause * calls to bus_dma* functions in interrupt context |