two spelling fixes from Anathae Townsend;
authorjmc <jmc@openbsd.org>
Mon, 25 Aug 2008 20:43:49 +0000 (20:43 +0000)
committerjmc <jmc@openbsd.org>
Mon, 25 Aug 2008 20:43:49 +0000 (20:43 +0000)
sys/dev/ic/ath.c

index 419831f..c704c49 100644 (file)
@@ -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.