[ovs-dev] [PATCH 1/3] ovstest: fix a typo in a comment

Russell Bryant rbryant at redhat.com
Mon Mar 16 16:01:54 UTC 2015


Fix a typo in an example of invoking 'ovstest' in a comment.

Signed-off-by: Russell Bryant <rbryant at redhat.com>
---
 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




More information about the dev mailing list