Browse Source

fix typo in net/ipv4/ip_fragment.c

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Peter Zijlstra 18 năm trước cách đây
mục cha
commit
47c6bf7760
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      net/ipv4/ip_fragment.c

+ 1 - 1
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;