Signed-off-by: Ben Pfaff <[email protected]>
---
vswitchd/bridge.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index 8f16432..998ea81 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -1243,7 +1243,7 @@ bridge_refresh_one_ofp_port(struct bridge *br,
* configured as the user requested, so we must destroy it. */
return false;
} else {
- /* It's the right type and configured correctly. keep it. */
+ /* It's the right type and configured correctly. Keep it. */
iface_set_ofp_port(iface, ofp_port);
return true;
}
--
1.7.2.5
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev