From: YAMAMOTO Takashi Date: Wed, 16 Oct 2013 08:26:18 +0000 (+0900) Subject: ofp-util: Fix a comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~7^2~53 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3f0f48cfe1519226b70653e5b50f7b3da5fbce41;p=sliver-openvswitch.git ofp-util: Fix a comment. Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-util.c b/lib/ofp-util.c index 173b53479..2bf595a2d 100644 --- a/lib/ofp-util.c +++ b/lib/ofp-util.c @@ -296,8 +296,8 @@ ofputil_pull_ofp11_match(struct ofpbuf *buf, struct match *match, } } -/* Converts the ofp11_match in 'match' into a struct match in 'match. Returns - * 0 if successful, otherwise an OFPERR_* value. */ +/* Converts the ofp11_match in 'ofmatch' into a struct match in 'match'. + * Returns 0 if successful, otherwise an OFPERR_* value. */ enum ofperr ofputil_match_from_ofp11_match(const struct ofp11_match *ofmatch, struct match *match)