]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ip_frag/ip_frag_internal.c
lib: fix typos
[dpdk.git] / lib / librte_ip_frag / ip_frag_internal.c
index 09b755c92db69dcb54344b56a8e2367b0b9a84a2..46c44fffb715a086d7ea302d58d665741d4fc8d0 100644 (file)
@@ -160,7 +160,7 @@ ip_frag_process(struct ip_frag_pkt *fp, struct rte_ip_frag_death_row *dr,
        }
 
        /*
-        * errorneous packet: either exceeed max allowed number of fragments,
+        * erroneous packet: either exceed max allowed number of fragments,
         * or duplicate first/last fragment encountered.
         */
        if (idx >= sizeof (fp->frags) / sizeof (fp->frags[0])) {