typo fixes
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 19 Jul 2016 15:48:55 +0000 (17:48 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 19 Jul 2016 15:48:55 +0000 (17:48 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
coreutils/sync.c
networking/route.c

index 974e904520cefd7f9449593745835c95008938c5..e65d9cd8d480f21d11692f5e698ef9e365e08124 100644 (file)
@@ -15,7 +15,7 @@
 //config:      help
 //config:        sync is used to flush filesystem buffers.
 //config:config FEATURE_SYNC_FANCY
-//config:      bool "Enable -d and -f flags (requres syncfs(2) in libc)"
+//config:      bool "Enable -d and -f flags (requires syncfs(2) in libc)"
 //config:      default y
 //config:      depends on SYNC
 //config:      help
index 65c2fb7c85bbaf87cc2cd4ac66c62f93c586dee8..102a6ec679b912495d0535b206e84b160b7af67e 100644 (file)
@@ -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];