diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-10-29 05:00:26 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-30 15:51:43 -0400 |
commit | 40dc2ca3cb22666ecf8715a8c4ca0529148ecac8 (patch) | |
tree | f3aa8a95870e3e74cc1589bccb2133f0a33fd9a5 /net/ipv6 | |
parent | e7b6658ea8cae3b7ab86e2985011126d181128fb (diff) |
ipv6: spelling s/incomming/incoming
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ip6mr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c index 0171f08325c3..467f310dbbb3 100644 --- a/net/ipv6/ip6mr.c +++ b/net/ipv6/ip6mr.c | |||
@@ -2090,7 +2090,7 @@ static void ip6_mr_forward(struct net *net, struct mr6_table *mrt, | |||
2090 | if (ipv6_addr_any(&cache->mf6c_origin) && true_vifi >= 0) { | 2090 | if (ipv6_addr_any(&cache->mf6c_origin) && true_vifi >= 0) { |
2091 | struct mfc6_cache *cache_proxy; | 2091 | struct mfc6_cache *cache_proxy; |
2092 | 2092 | ||
2093 | /* For an (*,G) entry, we only check that the incomming | 2093 | /* For an (*,G) entry, we only check that the incoming |
2094 | * interface is part of the static tree. | 2094 | * interface is part of the static tree. |
2095 | */ | 2095 | */ |
2096 | cache_proxy = ip6mr_cache_find_any_parent(mrt, vif); | 2096 | cache_proxy = ip6mr_cache_find_any_parent(mrt, vif); |