ofproto: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 21 Aug 2013 21:15:33 +0000 (14:15 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Aug 2013 16:44:11 +0000 (09:44 -0700)
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c

index 4cb7ea8..947b8c6 100644 (file)
@@ -5128,7 +5128,7 @@ choose_rule_to_evict(struct oftable *table, struct rule **rulep)
      *     group has no evictable rules.
      *
      *   - The outer loop can exit only if table's 'max_flows' is all filled up
-     *     by unevictable rules'. */
+     *     by unevictable rules. */
     HEAP_FOR_EACH (evg, size_node, &table->eviction_groups_by_size) {
         struct rule *rule;