aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2009-03-30 21:46:50 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2009-03-30 21:46:50 +0000
commit4f8cb6ff408e944cb916be54601a0da6e1278799 (patch)
tree3a6a8475db7265155792d325125e41894820b6b8 /sys
parent8407aa149411e749b1d6a55661fc70b1d7d6eb69 (diff)
downloadsrc-4f8cb6ff408e944cb916be54601a0da6e1278799.tar.gz
src-4f8cb6ff408e944cb916be54601a0da6e1278799.zip
Fix typo in comment.
Notes
Notes: svn path=/head/; revision=190578
Diffstat (limited to 'sys')
-rw-r--r--sys/net80211/ieee80211_scan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_scan.h b/sys/net80211/ieee80211_scan.h
index 3b58cff550bb..78e5fe475da8 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