X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fhash%2Frte_thash.c;h=6847e36f4b10c3225fee330fca67c259d0250375;hb=6e858b4d9244cf53505589673755ab18ac2a4a83;hp=394e1328c531eebf8ba70aef147fea837488594c;hpb=adeca6685fac795c491bdb817858030c626f5d9b;p=dpdk.git diff --git a/lib/hash/rte_thash.c b/lib/hash/rte_thash.c index 394e1328c5..6847e36f4b 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