ovstest: Fix a typo in a comment.
authorRussell Bryant <rbryant@redhat.com>
Mon, 16 Mar 2015 16:01:54 +0000 (12:01 -0400)
committerBen Pfaff <blp@nicira.com>
Mon, 16 Mar 2015 20:41:06 +0000 (13:41 -0700)
Fix a typo in an example of invoking 'ovstest' in a comment.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ovstest.h

index b4aad1b..520b642 100644 (file)
@@ -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.
  *