ofproto: Fix stupid typo that broke the build.
authorBen Pfaff <blp@nicira.com>
Sat, 6 Mar 2010 00:35:23 +0000 (16:35 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 6 Mar 2010 00:35:23 +0000 (16:35 -0800)
ofproto/ofproto.c

index a5edf9e..1a653ec 100644 (file)
@@ -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++) {