Spelling errors found by codespell.
Signed-off-by: Stephen Hemminger <[email protected]>
---
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