svn commit: r186151 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Tue Dec 16 01:17:36 UTC 2008


Author: sam
Date: Tue Dec 16 01:17:36 2008
New Revision: 186151
URL: http://svn.freebsd.org/changeset/base/186151

Log:
  fix comment
  
  Submitted by:	Daan Vreeken

Modified:
  head/sys/net80211/ieee80211_hostap.c

Modified: head/sys/net80211/ieee80211_hostap.c
==============================================================================
--- head/sys/net80211/ieee80211_hostap.c	Tue Dec 16 00:20:49 2008	(r186150)
+++ head/sys/net80211/ieee80211_hostap.c	Tue Dec 16 01:17:36 2008	(r186151)
@@ -929,7 +929,7 @@ hostap_auth_open(struct ieee80211_node *
 	 */
 	ni->ni_flags |= IEEE80211_NODE_AREF;
 	/*
-	 * Mark the node as requiring a valid associatio id
+	 * Mark the node as requiring a valid association id
 	 * before outbound traffic is permitted.
 	 */
 	ni->ni_flags |= IEEE80211_NODE_ASSOCID;


More information about the svn-src-all mailing list