typo fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
e5814a5a42
commit
e695ac97fd
@ -15,7 +15,7 @@
|
|||||||
//config: help
|
//config: help
|
||||||
//config: sync is used to flush filesystem buffers.
|
//config: sync is used to flush filesystem buffers.
|
||||||
//config:config FEATURE_SYNC_FANCY
|
//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: default y
|
||||||
//config: depends on SYNC
|
//config: depends on SYNC
|
||||||
//config: help
|
//config: help
|
||||||
|
@ -295,7 +295,7 @@ static NOINLINE void INET_setroute(int action, char **args)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Device is special in that it can be the last arg specified
|
/* 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))) {
|
if (!rt->rt_dev && ((k == KW_IPVx_DEVICE) || (!k && !*++args))) {
|
||||||
/* Don't use args_m1 here since args may have changed! */
|
/* Don't use args_m1 here since args may have changed! */
|
||||||
rt->rt_dev = args[-1];
|
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
|
/* 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))) {
|
if (!devname && ((k == KW_IPVx_DEVICE) || (!k && !*++args))) {
|
||||||
/* Don't use args_m1 here since args may have changed! */
|
/* Don't use args_m1 here since args may have changed! */
|
||||||
devname = args[-1];
|
devname = args[-1];
|
||||||
|
Loading…
Reference in New Issue
Block a user