From: Ben Pfaff Date: Tue, 12 Feb 2013 07:37:19 +0000 (-0800) Subject: ofp-msgs: Fix typos in comment. X-Git-Tag: sliver-openvswitch-1.10.90-1~11^2~50 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e032c08628186e3bf351fc9e111cf919d0d06073;p=sliver-openvswitch.git ofp-msgs: Fix typos in comment. Signed-off-by: Ben Pfaff --- diff --git a/lib/ofp-msgs.c b/lib/ofp-msgs.c index 47d761581..057422886 100644 --- a/lib/ofp-msgs.c +++ b/lib/ofp-msgs.c @@ -403,11 +403,11 @@ ofpraw_pull(enum ofpraw *rawp, struct ofpbuf *msg) } /* Does the same job as ofpraw_pull(), except that it assert-fails if - * ofpbuf_pull() would have reported an error. Thus, it's able to use the + * ofpraw_pull() would have reported an error. Thus, it's able to use the * return value for the OFPRAW_* message type instead of an error code. * * (It only makes sense to use this function if you previously called - * ofpbuf_decode() on the message and thus know that it's OK.) */ + * ofpraw_decode() on the message and thus know that it's OK.) */ enum ofpraw ofpraw_pull_assert(struct ofpbuf *msg) {