ip_frag: fix comment

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
Anatoly Burakov 2014-06-18 15:50:37 +01:00 committed by Thomas Monjalon
parent d451d46c69
commit ee4d98314b

View File

@ -36,9 +36,9 @@
/**
* @file
* RTE IPv4 Fragmentation and Reassembly
* RTE IP Fragmentation and Reassembly
*
* Implementation of IPv4 packet fragmentation and reassembly.
* Implementation of IP packet fragmentation and reassembly.
*/
#include <stdint.h>