diff options
author | stephen hemminger | 2014-05-16 20:46:17 -0700 |
---|---|---|
committer | David S. Miller | 2014-05-18 21:10:08 -0400 |
commit | 025559eec82cc170200d81cffcc7c2b231eb52b1 (patch) | |
tree | 81dd825ab2699a660ae6a8b597864cecbce860a9 /net/bridge/br_if.c | |
parent | d4f0e0958dbacaa1c678d88bf02a4794c66fb832 (diff) |
bridge: fix spelling of promiscuous
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_if.c')
-rw-r--r-- | net/bridge/br_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_if.c b/net/bridge/br_if.c index 091d39f5067c..104a811dde57 100644 --- a/net/bridge/br_if.c +++ b/net/bridge/br_if.c @@ -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. */ |