[dpdk-dev] [PATCH 21/30] examples/packet_ordering: fix spelling errors

Stephen Hemminger stephen at networkplumber.org
Mon Jul 1 20:25:27 CEST 2019


Spelling errors found by codespell.

Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 examples/packet_ordering/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/packet_ordering/main.c b/examples/packet_ordering/main.c
index ca312029e219..d4827382bfb9 100644
--- a/examples/packet_ordering/main.c
+++ b/examples/packet_ordering/main.c
@@ -631,7 +631,7 @@ main(int argc, char **argv)
 	if (ret < 0)
 		return -1;
 
-	/* 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"
-- 
2.20.1



More information about the dev mailing list