bridge: Fix typo in comment.
[openvswitch] / vswitchd / bridge.c
index d1e24d0eeaaeba8c376cf63be5bb99dd269e40c5..06d6366f23a8bf162c6b102b45e0001cce2744f6 100644 (file)
@@ -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;
         }