diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-12-18 13:27:01 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2015-12-18 13:27:01 +0000 |
commit | 27514e79a9af647265b01f49f83524702cbc69cb (patch) | |
tree | 6c468ca665b4bd6234f342f8d5941c94e9d0a81d /sys | |
parent | 6e0f160ad194d41921bf43d7f2e2ddac67e5924a (diff) |
unnoccupied->unoccupied
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net80211/ieee80211_node.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211_node.c b/sys/net80211/ieee80211_node.c index ebe90d16374..27483974322 100644 --- a/sys/net80211/ieee80211_node.c +++ b/sys/net80211/ieee80211_node.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_node.c,v 1.93 2015/12/12 11:25:46 stsp Exp $ */ +/* $OpenBSD: ieee80211_node.c,v 1.94 2015/12/18 13:27:00 sthen Exp $ */ /* $NetBSD: ieee80211_node.c,v 1.14 2004/05/09 09:18:47 dyoung Exp $ */ /*- @@ -556,7 +556,7 @@ ieee80211_end_scan(struct ifnet *ifp) * The passive scan to look for existing AP's completed, * select a channel to camp on. Identify the channels * that already have one or more AP's and try to locate - * an unnoccupied one. If that fails, pick a random + * an unoccupied one. If that fails, pick a random * channel from the active set. */ memset(occupied, 0, sizeof(occupied)); |