[dpdk-dev] [PATCH v3 12/18] hash: fix typo in comment
Stephen Hemminger
stephen at networkplumber.org
Thu Oct 14 23:56:25 CEST 2021
Yet another spelling error found by codespell.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/hash/rte_thash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/hash/rte_thash.c b/lib/hash/rte_thash.c
index 696a1121e241..9c3ccb25be6d 100644
--- a/lib/hash/rte_thash.c
+++ b/lib/hash/rte_thash.c
@@ -28,7 +28,7 @@ EAL_REGISTER_TAILQ(rte_thash_tailq)
/**
* Table of some irreducible polinomials over GF(2).
- * For lfsr they are reperesented in BE bit order, and
+ * For lfsr they are represented in BE bit order, and
* x^0 is masked out.
* For example, poly x^5 + x^2 + 1 will be represented
* as (101001b & 11111b) = 01001b = 0x9
--
2.30.2
More information about the dev
mailing list