X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fnx-match.c;h=11cbff3d1e434f70717b92b54c2c5386f746c428;hb=94639963bf275a41e42277116205da0e9b457580;hp=15143f17c84571ddd24e190c47db94a303bfdccf;hpb=f47ea0215f0fc2898815c903276d9ec8afd0306e;p=sliver-openvswitch.git diff --git a/lib/nx-match.c b/lib/nx-match.c index 15143f17c..11cbff3d1 100644 --- a/lib/nx-match.c +++ b/lib/nx-match.c @@ -280,8 +280,8 @@ oxm_pull_match__(struct ofpbuf *b, bool strict, struct match *match) strict, match, NULL, NULL); } -/* Parses the oxm formatted match description preceded by a struct ofp11_match - * in 'b' with length 'match_len'. Stores the result in 'match'. +/* Parses the oxm formatted match description preceded by a struct + * ofp11_match_header in 'b'. Stores the result in 'match'. * * Fails with an error when encountering unknown OXM headers. * @@ -293,7 +293,7 @@ oxm_pull_match(struct ofpbuf *b, struct match *match) } /* Behaves the same as oxm_pull_match() with one exception. Skips over unknown - * PXM headers instead of failing with an error when they are encountered. */ + * OXM headers instead of failing with an error when they are encountered. */ enum ofperr oxm_pull_match_loose(struct ofpbuf *b, struct match *match) {