summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-08-25 20:43:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-08-25 20:43:50 +0000
commit94d8279a310fbff6748413762cee56f5b57e4edf (patch)
treef2053e1a8a194386b838c8a75ddc71c6cec356b9
parent893c936e60a1d33951f9b861591518d06ea290f8 (diff)
two spelling fixes from Anathae Townsend;
-rw-r--r--sys/dev/ic/ath.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c
index 419831f0386..c704c499dd0 100644
--- a/sys/dev/ic/ath.c
+++ b/sys/dev/ic/ath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ath.c,v 1.73 2008/08/14 16:02:24 damien Exp $ */
+/* $OpenBSD: ath.c,v 1.74 2008/08/25 20:43:49 jmc Exp $ */
/* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */
/*-
@@ -1535,8 +1535,8 @@ ath_beacon_config(struct ath_softc *sc)
intval |= HAL_BEACON_RESET_TSF;
if (ic->ic_opmode == IEEE80211_M_IBSS) {
/*
- * In IBSS mode enable the beacon timers but ony
- * enable SWBA interrupts if we need to moanually
+ * In IBSS mode enable the beacon timers but only
+ * enable SWBA interrupts if we need to manually
* prepare beacon frames. Otherwise we use a
* self-linked tx descriptor and let the hardware
* deal with things.