From: Peter Zijlstra Date: Tue, 12 Dec 2006 18:48:59 +0000 (+0100) Subject: fix typo in net/ipv4/ip_fragment.c X-Git-Tag: v2.6.20-rc1~144^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47c6bf7760bb8021bf7782f05bcd3b9f73ed2c2e;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git fix typo in net/ipv4/ip_fragment.c Signed-off-by: Adrian Bunk --- 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;