summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-12-28 21:59:47 +0000
committerbapt <bapt@FreeBSD.org>2012-12-28 21:59:47 +0000
commitb3ae40e77178825f51f82a93d5771651946b490b (patch)
tree0b71af056cf110426ee2c3b9a406a872dcf5599d
parent142067f4d769fc296da6c982cc495657af4b9d58 (diff)
downloadFreeBSD-src-b3ae40e77178825f51f82a93d5771651946b490b.zip
FreeBSD-src-b3ae40e77178825f51f82a93d5771651946b490b.tar.gz
Fix typo in comment.
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
-rw-r--r--sys/dev/ath/if_ath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 2dee99b..78a1519 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -5620,7 +5620,7 @@ ath_node_set_tim(struct ieee80211_node *ni, int enable)
struct ath_vap *avp = ATH_VAP(ni->ni_vap);
/*
- * Some operating omdes don't set av_set_tim(), so don't
+ * Some operating modes don't set av_set_tim(), so don't
* update it here.
*/
if (avp->av_set_tim == NULL)
OpenPOWER on IntegriCloud