diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-09 05:11:09 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-09 05:11:09 +0100 |
commit | 442a414d66266336e09eae2ea6713b5bf054475e (patch) | |
tree | e811d4366d837cfa1c3823df48d26d2c84500e8d /shell | |
parent | 41ade05cacd61a42e348f21aeddb7b12b0ad5d3d (diff) | |
download | busybox-w32-442a414d66266336e09eae2ea6713b5bf054475e.tar.gz busybox-w32-442a414d66266336e09eae2ea6713b5bf054475e.tar.bz2 busybox-w32-442a414d66266336e09eae2ea6713b5bf054475e.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 9b62d5c0d..01c334a46 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -291,7 +291,7 @@ | |||
291 | //config: default n | 291 | //config: default n |
292 | //config: depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH | 292 | //config: depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH |
293 | //config: help | 293 | //config: help |
294 | //config: Enable umask builtin in hush. | 294 | //config: Enable memleak builtin in hush. |
295 | //config: | 295 | //config: |
296 | //config:config MSH | 296 | //config:config MSH |
297 | //config: bool "msh (deprecated: aliased to hush)" | 297 | //config: bool "msh (deprecated: aliased to hush)" |