summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbalmer <mbalmer@openbsd.org>2006-10-10 20:34:23 +0000
committermbalmer <mbalmer@openbsd.org>2006-10-10 20:34:23 +0000
commit51cb9925bfc9e050fb1931e1587cd7f134e58e1f (patch)
tree9b616a59829e0d706b115f220d3f669a383d2a10
parentTypo in a comment. ok kettenis. (diff)
downloadwireguard-openbsd-51cb9925bfc9e050fb1931e1587cd7f134e58e1f.tar.xz
wireguard-openbsd-51cb9925bfc9e050fb1931e1587cd7f134e58e1f.zip
fix a small typo (in a comment). ok kettenis.
-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.