aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-11-20 13:09:07 -0800
committerBen Pfaff <blp@nicira.com>2012-11-20 14:17:05 -0800
commitee4dd8eb947b13dfc76f7898e9929d58b48ce03c (patch)
tree0fe6049aee74a65bf21ca8e7c5c76c75ed5f9a11 /vswitchd
parent0135dc8b4e91886b0e9f5c3e1c3e973d9ee575c7 (diff)
bridge: Fix typo in comment.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index d1e24d0e..06d6366f 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -1245,7 +1245,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;
}