diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2006-12-12 19:48:59 +0100 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-12 19:48:59 +0100 |
commit | 47c6bf7760bb8021bf7782f05bcd3b9f73ed2c2e (patch) | |
tree | 53dca775e0295628b7dd69c715565907a6522f22 /net | |
parent | 53569ab7851fd564427f7529b17162cba9a28407 (diff) | |
download | op-kernel-dev-47c6bf7760bb8021bf7782f05bcd3b9f73ed2c2e.zip op-kernel-dev-47c6bf7760bb8021bf7782f05bcd3b9f73ed2c2e.tar.gz |
fix typo in net/ipv4/ip_fragment.c
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/ip_fragment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index 74046ef..8ce00d3 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c @@ -565,7 +565,7 @@ static void ip_frag_queue(struct ipq *qp, struct sk_buff *skb) } else { struct sk_buff *free_it = next; - /* Old fragmnet is completely overridden with + /* Old fragment is completely overridden with * new one drop it. */ next = next->next; |