projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0135dc8
)
bridge: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Tue, 20 Nov 2012 21:09:07 +0000
(13:09 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 20 Nov 2012 22:17:05 +0000
(14:17 -0800)
Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index d1e24d0eeaaeba8c376cf63be5bb99dd269e40c5..06d6366f23a8bf162c6b102b45e0001cce2744f6 100644
(file)
--- 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.
k
eep it. */
+ /* It's the right type and configured correctly.
K
eep it. */
iface_set_ofp_port(iface, ofp_port);
return true;
}