[ovs-dev] [ovn-ipv6 01/26] ofctrl: Fix non-sensical comment.

Justin Pettit jpettit at ovn.org
Tue Jul 12 06:56:31 UTC 2016


Signed-off-by: Justin Pettit <jpettit at 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




More information about the dev mailing list