[dpdk-dev] [PATCH 20/30] examples/netmap_compat: fix spelling errors

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


Spelling errors found by codespell.

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

diff --git a/examples/netmap_compat/lib/compat_netmap.c b/examples/netmap_compat/lib/compat_netmap.c
index 10a43794383c..12988410db75 100644
--- a/examples/netmap_compat/lib/compat_netmap.c
+++ b/examples/netmap_compat/lib/compat_netmap.c
@@ -700,7 +700,7 @@ rte_netmap_init_port(uint16_t portid, const struct rte_netmap_port_conf *conf)
 
 	if (ret < 0) {
 		RTE_LOG(ERR, USER1,
-			"Couldn't ot adjust number of descriptors for port %u\n",
+			"Couldn't adjust number of descriptors for port %u\n",
 			portid);
 		return ret;
 	}
-- 
2.20.1



More information about the dev mailing list