[ovs-dev] [ext-272 1/4] ofp-msgs: Fix typos in comment.

Ben Pfaff blp at nicira.com
Tue Feb 12 08:03:58 UTC 2013


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 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




More information about the dev mailing list