[ovs-dev] [PATCH 3/6] ofp-util: Fix typo in comment.

Ben Pfaff blp at nicira.com
Wed Jun 24 17:57:03 UTC 2015


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 lib/ofp-util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ofp-util.c b/lib/ofp-util.c
index 89359c1..c1b2394 100644
--- a/lib/ofp-util.c
+++ b/lib/ofp-util.c
@@ -1317,7 +1317,7 @@ ofputil_decode_hello_bitmap(const struct ofp_hello_elem_header *oheh,
 
     /* Only use the first 32-bit element of the bitmap as that is all the
      * current implementation supports.  Subsequent elements are ignored which
-     * should have no effect on session negotiation until Open vSwtich supports
+     * should have no effect on session negotiation until Open vSwitch supports
      * wire-protocol versions greater than 31.
      */
     allowed_versions = ntohl(bitmap[0]);
-- 
2.1.3




More information about the dev mailing list