Signed-off-by: Ben Pfaff <[email protected]>
---
lib/ofp-msgs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/ofp-msgs.c b/lib/ofp-msgs.c
index 47d7615..0574228 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)
{
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev