X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_acl%2Facl_vect.h;h=951e5828a9095d8f8ce71008e7fe19c034546377;hb=3939255eeda47d9f70d5d54729ef94a27ae8b803;hp=194fca902a3e60d917ac41e871cdc046c56c4fdc;hpb=369991d997e4abdee355e19ffbb41a4d246cafa2;p=dpdk.git diff --git a/lib/librte_acl/acl_vect.h b/lib/librte_acl/acl_vect.h index 194fca902a..951e5828a9 100644 --- a/lib/librte_acl/acl_vect.h +++ b/lib/librte_acl/acl_vect.h @@ -17,7 +17,7 @@ extern "C" { /* - * Takes 2 SIMD registers containing N transitions eachi (tr0, tr1). + * Takes 2 SIMD registers containing N transitions each (tr0, tr1). * Shuffles it into different representation: * lo - contains low 32 bits of given N transitions. * hi - contains high 32 bits of given N transitions. @@ -66,7 +66,7 @@ extern "C" { \ dfa_ofs = _##P##_sub_epi32(t, r); \ \ - /* QUAD/SINGLE caluclations. */ \ + /* QUAD/SINGLE calculations. */ \ t = _##P##_cmpgt_epi8(in, tr_hi); \ t = _##P##_sign_epi8(t, t); \ t = _##P##_maddubs_epi16(t, t); \