[dpdk-dev] [PATCH 18/30] examples/bond: fix spelling errors
Stephen Hemminger
stephen at networkplumber.org
Mon Jul 1 20:25:24 CEST 2019
Spelling errors found by codespell.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
examples/bond/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/bond/main.c b/examples/bond/main.c
index 1c0df9d46797..9d81c269b7f8 100644
--- a/examples/bond/main.c
+++ b/examples/bond/main.c
@@ -375,7 +375,7 @@ static int lcore_main(__attribute__((unused)) void *arg1)
struct rte_ether_hdr *);
ether_type = eth_hdr->ether_type;
if (ether_type == rte_cpu_to_be_16(RTE_ETHER_TYPE_VLAN))
- printf("VLAN taged frame, offset:");
+ printf("VLAN tagged frame, offset:");
offset = get_vlan_offset(eth_hdr, ðer_type);
if (offset > 0)
printf("%d\n", offset);
--
2.20.1
More information about the dev
mailing list