mptcp: remove redundant req destruct in subflow_check_req()
[linux-2.6-microblaze.git] / net / mac80211 / mesh_pathtbl.c
index 620ecf9..efbefcb 100644 (file)
@@ -122,7 +122,7 @@ static void prepare_for_gate(struct sk_buff *skb, char *dst_addr,
                hdr = (struct ieee80211_hdr *) skb->data;
 
                /* we preserve the previous mesh header and only add
-                * the new addreses */
+                * the new addresses */
                mshdr = (struct ieee80211s_hdr *) (skb->data + hdrlen);
                mshdr->flags = MESH_FLAGS_AE_A5_A6;
                memcpy(mshdr->eaddr1, hdr->addr3, ETH_ALEN);