Skip to content

Commit

Permalink
ofp-util: Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jarno Rajahalme <jrajahalme@nicira.com>
  • Loading branch information
blp committed Jul 3, 2015
1 parent cf119e0 commit 7e9383c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ofp-util.c
Expand Up @@ -1318,7 +1318,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]);
Expand Down

0 comments on commit 7e9383c

Please sign in to comment.