X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=test%2Ftest%2Ftest_distributor.c;fp=test%2Ftest%2Ftest_distributor.c;h=9fae688b8be43bb8a56d07cc8614ba76427aac1b;hp=890a8526b46a0d68852fc2f2e3b989660482984f;hb=f239aed5e674965691846e8ce3f187dd47523689;hpb=bf7567fd2a5b0b28ab724046143c24561d38d015 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.