Skip to content

Commit

Permalink
[NETFILTER] ipv4: Spelling fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Dec 20, 2007
1 parent c823817 commit e00ccd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/netfilter/nf_nat_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit e00ccd4

Please sign in to comment.