bridge: fix spelling of promiscuous
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c
index 091d39f..104a811 100644
--- a/net/bridge/br_if.c
+++ b/net/bridge/br_if.c
@@ -178,7 +178,7 @@
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.
*/