tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / net / ipv4 / netfilter / ipt_ECN.c
index f7e2fa0..16ad251 100644 (file)
@@ -50,7 +50,7 @@ set_ect_tcp(struct sk_buff *skb, const struct ipt_ECN_info *einfo)
        struct tcphdr _tcph, *tcph;
        __be16 oldval;
 
-       /* Not enought header? */
+       /* Not enough header? */
        tcph = skb_header_pointer(skb, ip_hdrlen(skb), sizeof(_tcph), &_tcph);
        if (!tcph)
                return false;