From d0a46cb4608e632f5028034762f0adde2ce947a0 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 29 Feb 2016 15:51:57 -0500 Subject: [PATCH] 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 --- lib/ofpbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.20.1