diff options
author | Cong Wang <amwang@redhat.com> | 2013-06-21 03:37:25 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-24 03:15:54 -0400 |
commit | 7c77602f57da3f526fa7cf7bb02c49d3397c0729 (patch) | |
tree | 338f8a9dc83f3f9faa646555f8c2a140c1adfd01 /net/bridge/br_multicast.c | |
parent | 60877a32bce00041528576e6b8df5abe9251fa73 (diff) |
bridge: fix a typo in comments
Cc: Stephen Hemminger <stephen@networkplumber.org>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bridge/br_multicast.c')
-rw-r--r-- | net/bridge/br_multicast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index 31952a103949..81befac015e1 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c | |||
@@ -1012,7 +1012,7 @@ static int br_ip6_multicast_mld2_report(struct net_bridge *br, | |||
1012 | #endif | 1012 | #endif |
1013 | 1013 | ||
1014 | /* | 1014 | /* |
1015 | * Add port to rotuer_list | 1015 | * Add port to router_list |
1016 | * list is maintained ordered by pointer value | 1016 | * list is maintained ordered by pointer value |
1017 | * and locked by br->multicast_lock and RCU | 1017 | * and locked by br->multicast_lock and RCU |
1018 | */ | 1018 | */ |