diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2006-12-12 13:48:59 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-12-12 13:48:59 -0500 |
commit | 47c6bf7760bb8021bf7782f05bcd3b9f73ed2c2e (patch) | |
tree | 53dca775e0295628b7dd69c715565907a6522f22 /net/ipv4/ip_fragment.c | |
parent | 53569ab7851fd564427f7529b17162cba9a28407 (diff) |
fix typo in net/ipv4/ip_fragment.c
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'net/ipv4/ip_fragment.c')
-rw-r--r-- | net/ipv4/ip_fragment.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
565 | } else { | 565 | } else { |
566 | struct sk_buff *free_it = next; | 566 | struct sk_buff *free_it = next; |
567 | 567 | ||
568 | /* Old fragmnet is completely overridden with | 568 | /* Old fragment is completely overridden with |
569 | * new one drop it. | 569 | * new one drop it. |
570 | */ | 570 | */ |
571 | next = next->next; | 571 | next = next->next; |