meta-flow: Fix comment describing mf_set_flow_value().
authorJustin Pettit <jpettit@nicira.com>
Sat, 1 Jun 2013 18:44:01 +0000 (11:44 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 11 Jun 2013 20:03:50 +0000 (13:03 -0700)
An obvious copy/paste error.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/meta-flow.c

index 54bc4c2..f9e044d 100644 (file)
@@ -1356,9 +1356,8 @@ mf_set_value(const struct mf_field *mf,
     }
 }
 
-/* Makes 'match' match field 'mf' exactly, with the value matched taken from
- * 'value'.  The caller is responsible for ensuring that 'match' meets 'mf''s
- * prerequisites. */
+/* Sets 'flow' member field described by 'mf' to 'value'.  The caller is
+ * responsible for ensuring that 'flow' meets 'mf''s prerequisites.*/
 void
 mf_set_flow_value(const struct mf_field *mf,
                   const union mf_value *value, struct flow *flow)