From 96989efc87a03dff474736cb73b89489b53cf883 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 26 Jan 2012 13:39:38 -0800 Subject: [PATCH] ovs-ofctl: Fix typo in comment. Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2