Remove humourous typo

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3223 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
mentor 2008-01-20 03:34:45 +00:00
parent 751589f640
commit 52319f4d34

View 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__)