]> git.droids-corp.org - dpdk.git/blobdiff - examples/packet_ordering/main.c
dma/hisilicon: use common PCI device naming
[dpdk.git] / examples / packet_ordering / main.c
index b01ac60fd19616a9e28635763232b99e04ad49eb..99e67ef67bc14b82a136283eea55a6cb3d99bae0 100644 (file)
@@ -686,7 +686,7 @@ main(int argc, char **argv)
        if (ret < 0)
                rte_exit(EXIT_FAILURE, "Invalid packet_ordering arguments\n");
 
-       /* Check if we have enought cores */
+       /* Check if we have enough cores */
        if (rte_lcore_count() < 3)
                rte_exit(EXIT_FAILURE, "Error, This application needs at "
                                "least 3 logical cores to run:\n"