[dpdk-dev] [PATCH 22/30] examples/service_cores: fix spelling errors

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


Spelling errors found by codespell.

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

diff --git a/examples/service_cores/main.c b/examples/service_cores/main.c
index c7c792810d99..7642127d3a85 100644
--- a/examples/service_cores/main.c
+++ b/examples/service_cores/main.c
@@ -119,7 +119,7 @@ apply_profile(int profile_id)
 	const uint8_t core_off = 1;
 
 	if (p->num_cores > rte_lcore_count() + 1) {
-		printf("insufficent cores to run (%s)",
+		printf("insufficient cores to run (%s)",
 			p->name);
 		return;
 	}
-- 
2.20.1



More information about the dev mailing list