summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-08-25 20:43:49 +0000
committerjmc <jmc@openbsd.org>2008-08-25 20:43:49 +0000
commit62f8cc41f6f870198db866391c4fe458cee3a077 (patch)
tree42a3fdae4fcf6f607eed0517c640745cf1ce14b3
parent- usb stuff (diff)
downloadwireguard-openbsd-62f8cc41f6f870198db866391c4fe458cee3a077.tar.xz
wireguard-openbsd-62f8cc41f6f870198db866391c4fe458cee3a077.zip
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.