projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b2e949
)
vswitchd: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Wed, 14 Jan 2009 00:21:55 +0000
(16:21 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 14 Jan 2009 00:21:55 +0000
(16:21 -0800)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index dde048b9db2df40730686b0bd8436574b1195aa8..510f6404f03c8258470ebaa07f3386b666186729 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-2211,7
+2211,7
@@
flowstats_process(struct bridge *br)
f = ft_lookup(br->ft, &flow, hash);
if (f) {
- /* Move from b
t
->ft to new_ft. */
+ /* Move from b
r
->ft to new_ft. */
ft_remove(br->ft, f);
hmap_insert_fast(&new_ft->flows, &f->node, f->node.hash);