From: Ben Pfaff Date: Sat, 6 Mar 2010 00:35:23 +0000 (-0800) Subject: ofproto: Fix stupid typo that broke the build. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28998b228c837c5c447ef01491182b2e3a645294;p=openvswitch ofproto: Fix stupid typo that broke the build. --- diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index a5edf9e1..1a653ec4 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -2597,7 +2597,7 @@ query_stats(struct ofproto *p, struct rule *rule, odp_flows[0].key = rule->cr.flow; } - /* Fetch up-to-date statistics from the datapath and add them in. */ */ + /* Fetch up-to-date statistics from the datapath and add them in. */ if (!dpif_flow_get_multiple(p->dpif, odp_flows, n_odp_flows)) { size_t i; for (i = 0; i < n_odp_flows; i++) {