X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Ftable%2Frte_swx_table.h;h=c1383c2e57cfe92d97bf23c2dbfa22be7b8473cc;hb=cdb9a7ae5f8f3b59b6de9dc2b52387636245e3a5;hp=f93e5f3f95b56fed2f194471e49d0970ea5474d4;hpb=f1f6ebc0eaf68a825c6175f5e6a436f7d91660c3;p=dpdk.git diff --git a/lib/table/rte_swx_table.h b/lib/table/rte_swx_table.h index f93e5f3f95..c1383c2e57 100644 --- a/lib/table/rte_swx_table.h +++ b/lib/table/rte_swx_table.h @@ -216,7 +216,7 @@ typedef int * operations into the same table. * * The typical reason an implementation may choose to split the table lookup - * operation into multiple steps is to hide the latency of the inherrent memory + * operation into multiple steps is to hide the latency of the inherent memory * read operations: before a read operation with the source data likely not in * the CPU cache, the source data prefetch is issued and the table lookup * operation is postponed in favor of some other unrelated work, which the CPU