From: Russell Bryant Date: Mon, 29 Feb 2016 20:51:57 +0000 (-0500) Subject: ofpbuf: Fix trivial spelling typo. X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=d0a46cb4608e632f5028034762f0adde2ce947a0 ofpbuf: Fix trivial spelling typo. s/bofy/body/. I noticed this spelling typo while reading this header file. Signed-off-by: Russell Bryant Acked-by: Ben Pfaff --- diff --git a/lib/ofpbuf.h b/lib/ofpbuf.h index 489a5432f..8008cb47f 100644 --- a/lib/ofpbuf.h +++ b/lib/ofpbuf.h @@ -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. *