[ovs-dev] [PATCH] bridge: Fix typo in comment.

Ben Pfaff blp at nicira.com
Tue Nov 20 21:09:12 UTC 2012


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 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




More information about the dev mailing list