fix typo in net/ipv4/ip_fragment.c
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Tue, 12 Dec 2006 18:48:59 +0000 (19:48 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 12 Dec 2006 18:48:59 +0000 (19:48 +0100)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
net/ipv4/ip_fragment.c

index 74046ef..8ce00d3 100644 (file)
@@ -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;