aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 3cd7c3c5b..4b7270efd 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -107,7 +107,7 @@ config ASH_BUILTIN_ECHO
select ECHO
depends on ASH
help
- Enable support for echo, built in to ash.
+ Enable support for echo, builtin to ash.
config ASH_BUILTIN_TEST
bool "Builtin version of 'test'"
@@ -115,7 +115,7 @@ config ASH_BUILTIN_TEST
select TEST
depends on ASH
help
- Enable support for test, built in to ash.
+ Enable support for test, builtin to ash.
config ASH_CMDCMD
bool "'command' command to override shell builtins"