X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=test%2Ftest%2Ftest_eal_flags.c;h=4afb36432cb3cfd3f87b488b099259c03cfeb552;hb=98a7ea332ba3da0f74ec951595d36a616165b255;hp=91b40664baae326969bdf72a990b84f8512c8c60;hpb=eb0082450f8e6f5206c1ceaeb00f88f87663c19d;p=dpdk.git diff --git a/test/test/test_eal_flags.c b/test/test/test_eal_flags.c index 91b40664ba..4afb36432c 100644 --- a/test/test/test_eal_flags.c +++ b/test/test/test_eal_flags.c @@ -824,7 +824,7 @@ test_dom0_misc_flags(void) /* check that some general flags don't prevent things from working. * All cases, apart from the first, app should run. - * No futher testing of output done. + * No further testing of output done. */ /* sanity check - failure with invalid option */ const char *argv0[] = {prgname, prefix, mp_flag, "-c", "1", "--invalid-opt"}; @@ -932,7 +932,7 @@ test_misc_flags(void) /* check that some general flags don't prevent things from working. * All cases, apart from the first, app should run. - * No futher testing of output done. + * No further testing of output done. */ /* sanity check - failure with invalid option */ const char *argv0[] = {prgname, prefix, mp_flag, "-c", "1", "--invalid-opt"};