bridge: fix spelling of promiscuous
authorstephen hemminger <stephen@networkplumber.org>
Sat, 17 May 2014 03:46:17 +0000 (20:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 May 2014 01:10:08 +0000 (21:10 -0400)
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_if.c

index 091d39f..104a811 100644 (file)
@@ -178,7 +178,7 @@ static void nbp_update_port_count(struct net_bridge *br)
 
 static void nbp_delete_promisc(struct net_bridge_port *p)
 {
-       /* If port is currently promiscous, unset promiscuity.
+       /* If port is currently promiscuous, unset promiscuity.
         * Otherwise, it is a static port so remove all addresses
         * from it.
         */