vswitchd: Fix typo in comment.
authorBen Pfaff <blp@nicira.com>
Wed, 14 Jan 2009 00:21:55 +0000 (16:21 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 14 Jan 2009 00:21:55 +0000 (16:21 -0800)
vswitchd/bridge.c

index dde048b9db2df40730686b0bd8436574b1195aa8..510f6404f03c8258470ebaa07f3386b666186729 100644 (file)
@@ -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);