Skip to content

Commit

Permalink
fix typo in net/ipv4/ip_fragment.c
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
  • Loading branch information
Peter Zijlstra authored and Adrian Bunk committed Dec 12, 2006
1 parent 53569ab commit 47c6bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/ip_fragment.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 47c6bf7

Please sign in to comment.