diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-12 19:35:42 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-12 19:35:42 +0200 |
commit | 3c183a8758e83f6809f77355e019ab98e5fd596b (patch) | |
tree | 5a46adacb48b75525aa5a46ffd0efccfdd419a5a | |
parent | a2e32b324eb7440f0cd4992f54f7a5822c145e91 (diff) | |
download | busybox-w32-3c183a8758e83f6809f77355e019ab98e5fd596b.tar.gz busybox-w32-3c183a8758e83f6809f77355e019ab98e5fd596b.tar.bz2 busybox-w32-3c183a8758e83f6809f77355e019ab98e5fd596b.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index ef81ea70f..f60daefc1 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -12658,7 +12658,7 @@ expandstr(const char *ps, int syntax_type) | |||
12658 | doprompt = 0; | 12658 | doprompt = 0; |
12659 | 12659 | ||
12660 | /* readtoken1() might die horribly. | 12660 | /* readtoken1() might die horribly. |
12661 | * Try a prompt with syntacticallyt wrong command: | 12661 | * Try a prompt with syntactically wrong command: |
12662 | * PS1='$(date "+%H:%M:%S) > ' | 12662 | * PS1='$(date "+%H:%M:%S) > ' |
12663 | */ | 12663 | */ |
12664 | { | 12664 | { |