aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_sip.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-12-20 14:05:03 -0800
committerDavid S. Miller <davem@davemloft.net>2007-12-20 14:05:03 -0800
commite00ccd4a787fe03887f81467babcf8d057f8718d (patch)
treeb92c8bb84f3b16fafc14061608f3a41937f2c6a3 /net/ipv4/netfilter/nf_nat_sip.c
parent[NETFILTER]: Spelling fixes (diff)
downloadlinux-dev-e00ccd4a787fe03887f81467babcf8d057f8718d.tar.xz
linux-dev-e00ccd4a787fe03887f81467babcf8d057f8718d.zip
[NETFILTER] ipv4: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/netfilter/nf_nat_sip.c')
-rw-r--r--net/ipv4/netfilter/nf_nat_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_nat_sip.c b/net/ipv4/netfilter/nf_nat_sip.c
index 3ca98971a1e9..8996ccb757db 100644
--- a/net/ipv4/netfilter/nf_nat_sip.c
+++ b/net/ipv4/netfilter/nf_nat_sip.c
@@ -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) {