From: Ben Pfaff Date: Tue, 20 Nov 2012 21:09:07 +0000 (-0800) Subject: bridge: Fix typo in comment. X-Git-Tag: sliver-openvswitch-1.9.90-3~10^2~165 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ee4dd8eb947b13dfc76f7898e9929d58b48ce03c;p=sliver-openvswitch.git bridge: Fix typo in comment. Signed-off-by: Ben Pfaff --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index d1e24d0ee..06d6366f2 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; }