From: Justin Pettit Date: Sat, 1 Jun 2013 18:44:01 +0000 (-0700) Subject: meta-flow: Fix comment describing mf_set_flow_value(). X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~136 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=910fb1d8b6983d91b9e44828c8c3d4ba133cb41c;p=sliver-openvswitch.git meta-flow: Fix comment describing mf_set_flow_value(). An obvious copy/paste error. Signed-off-by: Justin Pettit --- diff --git a/lib/meta-flow.c b/lib/meta-flow.c index 54bc4c27c..f9e044ddd 100644 --- a/lib/meta-flow.c +++ b/lib/meta-flow.c @@ -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)