[dpdk-dev] [PATCH 29/30] proc-info: fix spelling error
Stephen Hemminger
stephen at networkplumber.org
Mon Jul 1 20:25:35 CEST 2019
Spelling errors found by codespell.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
app/proc-info/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/proc-info/main.c b/app/proc-info/main.c
index a89b51bb3fa2..cc7f69a50b8c 100644
--- a/app/proc-info/main.c
+++ b/app/proc-info/main.c
@@ -714,7 +714,7 @@ show_port(void)
}
}
- printf(" - cyrpto context\n");
+ printf(" - crypto context\n");
void *p_ctx = rte_eth_dev_get_sec_ctx(i);
printf("\t -- security context - %p\n", p_ctx);
--
2.20.1
More information about the dev
mailing list