Fix a typo in an example of invoking 'ovstest' in a comment. Signed-off-by: Russell Bryant <[email protected]> --- tests/ovstest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ovstest.h b/tests/ovstest.h index b4aad1b..520b642 100644 --- a/tests/ovstest.h +++ b/tests/ovstest.h @@ -32,7 +32,7 @@ * ovstest. * * With ovstest, each test programs now becomes a sub program of ovstest. - * For example, 'mytest' program, can now be invoked as 'ovs mytest'. + * For example, 'mytest' program, can now be invoked as 'ovstest mytest'. * * 'ovstest --help' will list all test programs can be invoked. * -- 2.1.0 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
