summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarc Balmer <mbalmer@cvs.openbsd.org>2006-10-10 20:34:24 +0000
committerMarc Balmer <mbalmer@cvs.openbsd.org>2006-10-10 20:34:24 +0000
commit47812649e3e5ca08d0042c217da96fe47a874054 (patch)
tree9504ad3e33529efa718f0f1f642dfe93dc2d3d0f /sys/dev
parent8ae2e8fd54071358518dd84fdc06153f9599fbbf (diff)
fix a small typo (in a comment). ok kettenis.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/aic79xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/aic79xx.c b/sys/dev/ic/aic79xx.c
index 4b69be13807..27bfc9c554a 100644
--- a/sys/dev/ic/aic79xx.c
+++ b/sys/dev/ic/aic79xx.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: aic79xx.c,v 1.34 2006/07/30 14:21:14 krw Exp $ */
+/* $OpenBSD: aic79xx.c,v 1.35 2006/10/10 20:34:23 mbalmer Exp $ */
/*
* Copyright (c) 2004 Milos Urbanek, Kenneth R. Westerback & Marco Peereboom
@@ -1912,7 +1912,7 @@ ahd_handle_transmission_error(struct ahd_softc *ahd)
* through any phases that occur after we release
* this last ack until the LQI manager sees a
* packet phase. This implies we may have to
- * ignore a perfectly valid "unexected busfree"
+ * ignore a perfectly valid "unexpected busfree"
* after our "initiator detected error" message is
* sent. A busfree is the expected response after
* we tell the target that it's L_Q was corrupted.