]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[NETFILTER] ipv4: Spelling fixes
authorJoe Perches <joe@perches.com>
Thu, 20 Dec 2007 22:05:03 +0000 (14:05 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Dec 2007 22:05:03 +0000 (14:05 -0800)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/nf_nat_sip.c

index 3ca98971a1e92c3385e7398fffb87168ad900c46..8996ccb757dbb31c5e1d9e54b446647cd965ad5b 100644 (file)
@@ -165,7 +165,7 @@ static int mangle_content_len(struct sk_buff *skb,
 
        dataoff = ip_hdrlen(skb) + sizeof(struct udphdr);
 
-       /* Get actual SDP lenght */
+       /* Get actual SDP length */
        if (ct_sip_get_info(ct, dptr, skb->len - dataoff, &matchoff,
                            &matchlen, POS_SDP_HEADER) > 0) {