From: Ben Pfaff Date: Wed, 21 Aug 2013 21:15:33 +0000 (-0700) Subject: ofproto: Fix typo in comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~20^2~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=afe2143da9445d4d7d33f20056dc6133a259a2e1;p=sliver-openvswitch.git ofproto: Fix typo in comment. Signed-off-by: Ben Pfaff --- 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;