summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_regdomain.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net80211/ieee80211_regdomain.c')
-rw-r--r--sys/net80211/ieee80211_regdomain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_regdomain.c b/sys/net80211/ieee80211_regdomain.c
index 4db08fd..f565a65 100644
--- a/sys/net80211/ieee80211_regdomain.c
+++ b/sys/net80211/ieee80211_regdomain.c
@@ -266,7 +266,7 @@ ieee80211_alloc_countryie(struct ieee80211com *ic)
* Indoor/Outdoor portion of country string:
* 'I' indoor only
* 'O' outdoor only
- * ' ' all enviroments
+ * ' ' all environments
*/
ie->cc[2] = (rd->location == 'I' ? 'I' :
rd->location == 'O' ? 'O' : ' ');
OpenPOWER on IntegriCloud