remove repeated 'the' in the code
[dpdk.git] / lib / ip_frag / rte_ipv6_fragmentation.c
index 88f29c1..2e69241 100644 (file)
@@ -90,7 +90,7 @@ rte_ipv6_fragment_packet(struct rte_mbuf *pkt_in,
 
        /*
         * Ensure the IP payload length of all fragments (except the
-        * the last fragment) are a multiple of 8 bytes per RFC2460.
+        * last fragment) are a multiple of 8 bytes per RFC2460.
         */
 
        frag_size = mtu_size - sizeof(struct rte_ipv6_hdr) -