From: Ben Pfaff Date: Thu, 26 Jan 2012 21:39:38 +0000 (-0800) Subject: ovs-ofctl: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96989efc87a03dff474736cb73b89489b53cf883;p=openvswitch ovs-ofctl: Fix typo in comment. Signed-off-by: Ben Pfaff --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 8a8b8b2d..eb6d5a8a 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -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;