]> git.droids-corp.org - dpdk.git/blobdiff - lib/ip_frag/rte_ipv6_fragmentation.c
avoid AltiVec keyword vector
[dpdk.git] / lib / ip_frag / rte_ipv6_fragmentation.c
index 88f29c158c3b3f87de4b4b6c84ebce9313057ed8..2e692418b59ed973882f6c27e6286215d1f13a1a 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) -