[ovs-dev] [PATCH 2/3] ofputil_match_from_ofp11_match: fix a comment

YAMAMOTO Takashi yamamoto at valinux.co.jp
Wed Oct 16 08:26:18 UTC 2013


Signed-off-by: YAMAMOTO Takashi <yamamoto at valinux.co.jp>
---
 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 173b534..2bf595a 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)
-- 
1.8.3.1




More information about the dev mailing list