From c22ddce9a063fa57e536854024cf7822c706e021 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 13 Jan 2009 16:21:55 -0800 Subject: [PATCH] vswitchd: Fix typo in comment. --- vswitchd/bridge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index dde048b9..510f6404 100644 --- 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 bt->ft to new_ft. */ + /* Move from br->ft to new_ft. */ ft_remove(br->ft, f); hmap_insert_fast(&new_ft->flows, &f->node, f->node.hash); -- 2.30.2