There is a bug in the CKRM CPU scheduler. This has been reported to the
[linux-2.6.git] / net / bridge / br_stp.c
index d9d6a95..04ca063 100644 (file)
@@ -299,7 +299,7 @@ void br_topology_change_detection(struct net_bridge *br)
        int isroot = br_is_root_bridge(br);
 
        pr_info("%s: topology change detected, %s\n", br->dev->name,
-               isroot ? "propgating" : "sending tcn bpdu");
+               isroot ? "propagating" : "sending tcn bpdu");
 
        if (isroot) {
                br->topology_change = 1;