* [PATCH net] ipv6: fix typos
@ 2017-01-07 22:53 Alexander Alemayhu
2017-01-09 21:38 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Alemayhu @ 2017-01-07 22:53 UTC (permalink / raw)
To: netdev; +Cc: Alexander Alemayhu
o s/approriate/appropriate
o s/discouvery/discovery
Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
---
net/ipv6/route.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/ipv6/route.c b/net/ipv6/route.c
index 8417c41d8ec8..ce5aaf448c54 100644
--- a/net/ipv6/route.c
+++ b/net/ipv6/route.c
@@ -1464,7 +1464,7 @@ static struct rt6_info *__ip6_route_redirect(struct net *net,
struct fib6_node *fn;
/* Get the "current" route for this destination and
- * check if the redirect has come from approriate router.
+ * check if the redirect has come from appropriate router.
*
* RFC 4861 specifies that redirects should only be
* accepted if they come from the nexthop to the target.
@@ -2768,7 +2768,7 @@ static int rt6_mtu_change_route(struct rt6_info *rt, void *p_arg)
old MTU is the lowest MTU in the path, update the route PMTU
to reflect the increase. In this case if the other nodes' MTU
also have the lowest MTU, TOO BIG MESSAGE will be lead to
- PMTU discouvery.
+ PMTU discovery.
*/
if (rt->dst.dev == arg->dev &&
dst_metric_raw(&rt->dst, RTAX_MTU) &&
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net] ipv6: fix typos
2017-01-07 22:53 [PATCH net] ipv6: fix typos Alexander Alemayhu
@ 2017-01-09 21:38 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-01-09 21:38 UTC (permalink / raw)
To: alexander; +Cc: netdev
From: Alexander Alemayhu <alexander@alemayhu.com>
Date: Sat, 7 Jan 2017 23:53:00 +0100
> o s/approriate/appropriate
> o s/discouvery/discovery
>
> Signed-off-by: Alexander Alemayhu <alexander@alemayhu.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-09 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-07 22:53 [PATCH net] ipv6: fix typos Alexander Alemayhu
2017-01-09 21:38 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).