summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-05-03 18:05:43 +0000
committerpfg <pfg@FreeBSD.org>2016-05-03 18:05:43 +0000
commitd9c9113377a2f19d01848ae8dcc470e9306ce932 (patch)
tree3bd5a1b080e3f0e8e4c5ca5a06e77b298320c545 /sys/net80211/ieee80211_ioctl.c
parent28c014925a3f81792d7e34d604dec6030f5c5121 (diff)
downloadFreeBSD-src-d9c9113377a2f19d01848ae8dcc470e9306ce932.zip
FreeBSD-src-d9c9113377a2f19d01848ae8dcc470e9306ce932.tar.gz
sys/net*: minor spelling fixes.
No functional change.
Diffstat (limited to 'sys/net80211/ieee80211_ioctl.c')
-rw-r--r--sys/net80211/ieee80211_ioctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_ioctl.c b/sys/net80211/ieee80211_ioctl.c
index 823906b..3d93278 100644
--- a/sys/net80211/ieee80211_ioctl.c
+++ b/sys/net80211/ieee80211_ioctl.c
@@ -3428,10 +3428,10 @@ ieee80211_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
break;
case SIOCSIFADDR:
/*
- * XXX Handle this directly so we can supress if_init calls.
+ * XXX Handle this directly so we can suppress if_init calls.
* XXX This should be done in ether_ioctl but for the moment
* XXX there are too many other parts of the system that
- * XXX set IFF_UP and so supress if_init being called when
+ * XXX set IFF_UP and so suppress if_init being called when
* XXX it should be.
*/
ifa = (struct ifaddr *) data;
OpenPOWER on IntegriCloud