From afe2143da9445d4d7d33f20056dc6133a259a2e1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 21 Aug 2013 14:15:33 -0700 Subject: [PATCH] ofproto: Fix typo in comment. Signed-off-by: Ben Pfaff --- ofproto/ofproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 4cb7ea8b3..947b8c657 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -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; -- 2.43.0