Remove humourous typo
authormentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Sun, 20 Jan 2008 03:34:45 +0000 (03:34 +0000)
committermentor <mentor@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Sun, 20 Jan 2008 03:34:45 +0000 (03:34 +0000)
git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3223 0192ed92-7a03-0410-a25b-9323aeb14dbd

net80211/ieee80211_node.h

index 458e3bfb387d44ad323f875eb8f25d77cdaf4cc3..a833168fe1163feb7ad5f3237283194acc47d355 100644 (file)
@@ -346,7 +346,7 @@ ieee80211_pass_node(struct ieee80211_node **pni) {
        return (tmp);
 }
 
-/* Decrement ieee80211_node* refcunt, and relinquish the pointer. */
+/* Decrement ieee80211_node* refcount, and relinquish the pointer. */
 #ifdef IEEE80211_DEBUG_REFCNT
 #define ieee80211_unref_node(_pni) \
        ieee80211_unref_node_debug(_pni, __func__, __LINE__)