svn commit: r190578 - head/sys/net80211

Rui Paulo rpaulo at FreeBSD.org
Mon Mar 30 14:46:51 PDT 2009


Author: rpaulo
Date: Mon Mar 30 21:46:50 2009
New Revision: 190578
URL: http://svn.freebsd.org/changeset/base/190578

Log:
  Fix typo in comment.

Modified:
  head/sys/net80211/ieee80211_scan.h

Modified: head/sys/net80211/ieee80211_scan.h
==============================================================================
--- head/sys/net80211/ieee80211_scan.h	Mon Mar 30 21:41:06 2009	(r190577)
+++ head/sys/net80211/ieee80211_scan.h	Mon Mar 30 21:46:50 2009	(r190578)
@@ -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


More information about the svn-src-head mailing list