summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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