From 3f0f48cfe1519226b70653e5b50f7b3da5fbce41 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 16 Oct 2013 17:26:18 +0900 Subject: [PATCH] ofp-util: Fix a comment. Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- lib/ofp-util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.0