- improve spelling
diff --git a/shell/Config.in b/shell/Config.in
index 3cd7c3c..4b7270e 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -107,7 +107,7 @@
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 @@
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"