ofpbuf: Fix trivial spelling typo.
authorRussell Bryant <russell@ovn.org>
Mon, 29 Feb 2016 20:51:57 +0000 (15:51 -0500)
committerRussell Bryant <russell@ovn.org>
Tue, 1 Mar 2016 16:55:00 +0000 (11:55 -0500)
s/bofy/body/. I noticed this spelling typo while reading this header
file.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/ofpbuf.h

index 489a543..8008cb4 100644 (file)
@@ -39,7 +39,7 @@ enum OVS_PACKED_ENUM ofpbuf_source {
  * 'header' and 'msg' conventions:
  *
  * OpenFlow messages: 'header' points to the start of the OpenFlow
- *    header, while 'msg' is the OpenFlow msg bofy.
+ *    header, while 'msg' is the OpenFlow msg body.
  *    When parsing, the 'data' will move past these, as data is being
  *    pulled from the OpenFlow message.
  *