From e695ac97fdd48808dd0a84d4725a063481a03c30 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 19 Jul 2016 17:48:55 +0200 Subject: typo fixes Signed-off-by: Denys Vlasenko --- networking/route.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'networking/route.c') diff --git a/networking/route.c b/networking/route.c index 65c2fb7c8..102a6ec67 100644 --- a/networking/route.c +++ b/networking/route.c @@ -295,7 +295,7 @@ static NOINLINE void INET_setroute(int action, char **args) #endif /* Device is special in that it can be the last arg specified - * and doesn't requre the dev/device keyword in that case. */ + * and doesn't require the dev/device keyword in that case. */ if (!rt->rt_dev && ((k == KW_IPVx_DEVICE) || (!k && !*++args))) { /* Don't use args_m1 here since args may have changed! */ rt->rt_dev = args[-1]; @@ -416,7 +416,7 @@ static NOINLINE void INET6_setroute(int action, char **args) } /* Device is special in that it can be the last arg specified - * and doesn't requre the dev/device keyword in that case. */ + * and doesn't require the dev/device keyword in that case. */ if (!devname && ((k == KW_IPVx_DEVICE) || (!k && !*++args))) { /* Don't use args_m1 here since args may have changed! */ devname = args[-1]; -- cgit v1.2.3