ofp-util: Fix a comment.
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Wed, 16 Oct 2013 08:26:18 +0000 (17:26 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Oct 2013 16:55:27 +0000 (09:55 -0700)
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-util.c

index 173b534..2bf595a 100644 (file)
@@ -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)