X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest%2Ftest_distributor.c;h=9fae688b8be43bb8a56d07cc8614ba76427aac1b;hb=597cb1874068054d4c0be41f161a72ef37888930;hp=890a8526b46a0d68852fc2f2e3b989660482984f;hpb=7595afa4d30097c1177b69257118d8ad89a539be;p=deb_dpdk.git diff --git a/test/test/test_distributor.c b/test/test/test_distributor.c index 890a8526..9fae688b 100644 --- a/test/test/test_distributor.c +++ b/test/test/test_distributor.c @@ -112,7 +112,7 @@ handle_work(void *arg) /* do basic sanity testing of the distributor. This test tests the following: * - send 32 packets through distributor with the same tag and ensure they * all go to the one worker - * - send 32 packets throught the distributor with two different tags and + * - send 32 packets through the distributor with two different tags and * verify that they go equally to two different workers. * - send 32 packets with different tags through the distributors and * just verify we get all packets back.