Signed-off-by: Justin Pettit <jpet...@ovn.org> --- ovn/controller/ofctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ovn/controller/ofctrl.c b/ovn/controller/ofctrl.c index fa23af0..f47e7e1 100644 --- a/ovn/controller/ofctrl.c +++ b/ovn/controller/ofctrl.c @@ -676,7 +676,7 @@ queue_group_mod(struct ofputil_group_mod *gm) * 'group_table->desired_groups' and frees them. (The hmap itself isn't * destroyed.) * - * This called be called be ofctrl_run() within the main loop. */ + * This should be called after ofctrl_run() within the main loop. */ void ofctrl_put(struct hmap *flow_table, struct group_table *group_table) { -- 1.9.1 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev