Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2009 21:46:50 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190578 - head/sys/net80211
Message-ID:  <200903302146.n2ULkogK079349@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903302146.n2ULkogK079349>