summaryrefslogtreecommitdiff
path: root/sys/dev/ic/aic79xx.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-09-24 14:56:57 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-09-24 14:56:57 +0000
commitba79920b80f0e166df0f4517e42d5b74c2a854fd (patch)
tree61654ac788cfbbc6b0892feeea8c82b8dc3ff236 /sys/dev/ic/aic79xx.c
parent9d946396b21f10948bc81601a806924e7dca3cfd (diff)
timedout is not an english word, complaint from theo, ok marco
Diffstat (limited to 'sys/dev/ic/aic79xx.c')
-rw-r--r--sys/dev/ic/aic79xx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c
index 3d78e1dd618..f7433975f2b 100644
--- a/sys/dev/ic/aic79xx.c
+++ b/sys/dev/ic/aic79xx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic79xx.c,v 1.8 2004/09/18 19:54:52 mickey Exp $ */
+/* $OpenBSD: aic79xx.c,v 1.9 2004/09/24 14:56:56 henning Exp $ */
/*
* Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
@@ -6282,7 +6282,7 @@ ahd_init(struct ahd_softc *ahd)
}
}
if (i == 0) {
- printf("%s: Timedout during current-sensing test\n",
+ printf("%s: Timeout during current-sensing test\n",
ahd_name(ahd));
goto init_done;
}
@@ -9055,14 +9055,14 @@ ahd_timeout(void *arg)
if ((scb->flags & SCB_ACTIVE) == 0) {
/*
- * The timedout commands have already
+ * The timed out commands have already
* completed. This typically means
* that either the timeout value was on
* the hairy edge of what the device
* requires or - more likely - interrupts
* are not happening.
*/
- printf("%s: Timedout SCBs already complete. "
+ printf("%s: Timed out SCBs already complete. "
"Interrupts may not be functioning.\n", ahd_name(ahd));
ahd_unpause(ahd);
ahd_unlock(ahd, &s);