aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-09 06:56:04 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-14 06:08:31 +0000
commite3ca064bbe6bac4de07d28915a7e746042c804f0 (patch)
tree2c09b34c89338bc31728c2455a3b921a4710b2df /sys/net80211
parent40ca30e71a59cb5ae9e4b2a7ce2d2c3d1c663494 (diff)
downloadsrc-e3ca064bbe6bac4de07d28915a7e746042c804f0.tar.gz
src-e3ca064bbe6bac4de07d28915a7e746042c804f0.zip
net80211(4): Fix a typo in a source code comment
- s/is is/is/ (cherry picked from commit fb5a5026924ca9ba759ef01774615ea98cf587ec)
Diffstat (limited to 'sys/net80211')
-rw-r--r--sys/net80211/ieee80211_power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_power.c b/sys/net80211/ieee80211_power.c
index 8538d6e5323c..4861d33e3688 100644
--- a/sys/net80211/ieee80211_power.c
+++ b/sys/net80211/ieee80211_power.c
@@ -582,7 +582,7 @@ ieee80211_sta_tim_notify(struct ieee80211vap *vap, int set)
"%s: wake up from bgscan vap sleep\n",
__func__);
/*
- * We may be in BGSCAN mode - this means the VAP is is in STA
+ * We may be in BGSCAN mode - this means the VAP is in STA
* mode powersave. If it is, we need to wake it up so we
* can process outbound traffic.
*/