ofctrl: Fix non-sensical comment.
authorJustin Pettit <jpettit@ovn.org>
Sun, 3 Jul 2016 12:30:06 +0000 (05:30 -0700)
committerJustin Pettit <jpettit@ovn.org>
Wed, 13 Jul 2016 04:14:01 +0000 (21:14 -0700)
Signed-off-by: Justin Pettit <jpettit@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
ovn/controller/ofctrl.c

index 4c410da..52bf0cd 100644 (file)
@@ -672,7 +672,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)
 {