[22/30] examples/service_cores: fix spelling errors

Message ID 20190701182536.20110-23-stephen@networkplumber.org (mailing list archive)
State Changes Requested, archived
Delegated to: Thomas Monjalon
Headers
Series fix spelling errors in comments and messages |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Stephen Hemminger July 1, 2019, 6:25 p.m. UTC
  Spelling errors found by codespell.

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

Comments

Artur Trybula July 2, 2019, 3:51 p.m. UTC | #1
-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger
Sent: Monday, July 1, 2019 20:25
To: dev@dpdk.org
Cc: Stephen Hemminger <stephen@networkplumber.org>
Subject: [dpdk-dev] [PATCH 22/30] examples/service_cores: fix spelling errors

Spelling errors found by codespell.

Signed-off-by: Stephen Hemminger <stephen@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)",

[Artur] "insufficient number of cores..." ?

 			p->name);
 		return;
 	}
--
2.20.1
  

Patch

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;
 	}