From: Peter Zijlstra Date: Tue, 12 Dec 2006 18:48:59 +0000 (+0100) Subject: fix typo in net/ipv4/ip_fragment.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=47c6bf7760bb8021bf7782f05bcd3b9f73ed2c2e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 74046efdf875..8ce00d3703da 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;