diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2009-03-30 21:46:50 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2009-03-30 21:46:50 +0000 |
commit | 138715ea93389ab74634badfa0b13e72e4b94fb3 (patch) | |
tree | 3a6a8475db7265155792d325125e41894820b6b8 /sys/net80211/ieee80211_scan.h | |
parent | b9ca0810801d42c0ca67a87daba9cdf27f77c651 (diff) | |
download | FreeBSD-src-138715ea93389ab74634badfa0b13e72e4b94fb3.zip FreeBSD-src-138715ea93389ab74634badfa0b13e72e4b94fb3.tar.gz |
Fix typo in comment.
Diffstat (limited to 'sys/net80211/ieee80211_scan.h')
-rw-r--r-- | sys/net80211/ieee80211_scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_scan.h b/sys/net80211/ieee80211_scan.h index 3b58cff..78e5fe4 100644 --- a/sys/net80211/ieee80211_scan.h +++ b/sys/net80211/ieee80211_scan.h @@ -42,7 +42,7 @@ * a callback when scanning on a ``passive channel'' when the * IEEE80211_FEXT_PROBECHAN flag is set. * - * A scan operation involves constructing a set of channels to inspec + * A scan operation involves constructing a set of channels to inspect * (the scan set), visiting each channel and collecting information * (e.g. what bss are present), and then analyzing the results to make * decisions like which bss to join. This process needs to be as fast |