ovs-ofctl: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Thu, 26 Jan 2012 21:39:38 +0000 (13:39 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 27 Jan 2012 00:06:13 +0000 (16:06 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ofctl.c

index 8a8b8b2dd5aa5f18250e7fabc65d552089839ebe..eb6d5a8a3edd35179a27ec11cce2fdc3e6d31e7e 100644 (file)
@@ -61,7 +61,7 @@ VLOG_DEFINE_THIS_MODULE(ofctl);
  */
 static bool strict;
 
-/* --readd: If ture, on replace-flows, re-add even flows that have not changed
+/* --readd: If true, on replace-flows, re-add even flows that have not changed
  * (to reset flow counters). */
 static bool readd;