Fix typos
[madwifi/.git] / net80211 / ieee80211_crypto_tkip.c
index ada981d3491dcfe320846312ef7117e544db8787..0f2e79b11188ea433287afcee3cbb610882fe5bb 100644 (file)
@@ -188,7 +188,7 @@ tkip_encap(struct ieee80211_key *k, struct sk_buff *skb, u_int8_t keyid)
        ivp[7] = k->wk_keytsc >> 40;            /* TSC5 */
 
        /*
-        * Finally, do software encrypt if neeed.
+        * Finally, do software encrypt if needed.
         */
        if (k->wk_flags & IEEE80211_KEY_SWCRYPT) {
                if (!tkip_encrypt(ctx, k, skb, hdrlen))