summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/siop.c
diff options
context:
space:
mode:
authorjsyn <jsyn@openbsd.org>2002-06-09 02:11:47 +0000
committerjsyn <jsyn@openbsd.org>2002-06-09 02:11:47 +0000
commit973a9374be424ddbbbc47f97621f13ebb7b5cda4 (patch)
treef4bc8e53105a1dbdc5fa454fcef3418b171f8a1a /sys/dev/ic/siop.c
parent<deraadt> i admit you are better than i am... (diff)
downloadwireguard-openbsd-973a9374be424ddbbbc47f97621f13ebb7b5cda4.tar.xz
wireguard-openbsd-973a9374be424ddbbbc47f97621f13ebb7b5cda4.zip
fix the use of "cuz" in the tree; these are all in comments
noticed by aaron@, recommended by deraadt@
Diffstat (limited to 'sys/dev/ic/siop.c')
-rw-r--r--sys/dev/ic/siop.c4
1 files changed, 2 insertions, 2 deletions
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