Author: rpaulo
Date: Tue Dec  8 00:54:08 2009
New Revision: 200242
URL: http://svn.freebsd.org/changeset/base/200242

Log:
  Fix typo in comment
  
  Submitted by: Paul B Mahol <onemda at gmail.com>

Modified:
  head/sys/net80211/ieee80211_hostap.c

Modified: head/sys/net80211/ieee80211_hostap.c
==============================================================================
--- head/sys/net80211/ieee80211_hostap.c        Tue Dec  8 00:52:59 2009        
(r200241)
+++ head/sys/net80211/ieee80211_hostap.c        Tue Dec  8 00:54:08 2009        
(r200242)
@@ -1252,7 +1252,7 @@ ieee80211_parse_wpa(struct ieee80211vap 
                return IEEE80211_REASON_IE_INVALID;
        }
        frm += 6, len -= 4;             /* NB: len is payload only */
-       /* NB: iswapoui already validated the OUI and type */
+       /* NB: iswpaoui already validated the OUI and type */
        w = LE_READ_2(frm);
        if (w != WPA_VERSION) {
                IEEE80211_DISCARD_IE(vap,
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to