Fix typo in comment.

Submitted by:	Christoph Mallon <christoph.mallon@gmx.de>
This commit is contained in:
Baptiste Daroussin 2012-12-28 21:59:47 +00:00
parent 1adb4ebd35
commit 661c81c3d6

View File

@ -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)