From: jmc Date: Mon, 25 Aug 2008 20:43:49 +0000 (+0000) Subject: two spelling fixes from Anathae Townsend; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=62f8cc41f6f870198db866391c4fe458cee3a077;p=openbsd two spelling fixes from Anathae Townsend; --- 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.