-----Original Message-----
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Stephen Hemminger
Sent: Monday, July 1, 2019 20:25
To: dev@dpdk.org
Cc: Stephen Hemminger <step...@networkplumber.org>
Subject: [dpdk-dev] [PATCH 22/30] examples/service_cores: fix spelling errors

Spelling errors found by codespell.

Signed-off-by: Stephen Hemminger <step...@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

Reply via email to