aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-07-14 01:23:06 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2013-07-14 01:23:06 +0200
commit25ce3ee9f362de889aa3786128563af0c5d1b934 (patch)
tree1923115ce2b8caae2e633cad949c1b108a9228f5 /shell/shell_common.c
parentc72b43c2f07e5fae288fff9e220b1f88e2889a72 (diff)
downloadbusybox-25ce3ee9f362de889aa3786128563af0c5d1b934.tar.gz
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r--shell/shell_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c
index 0051f21d9..57297155e 100644
--- a/shell/shell_common.c
+++ b/shell/shell_common.c
@@ -37,7 +37,7 @@ int FAST_FUNC is_well_formed_var_name(const char *s, char terminator)
/* read builtin */
-/* Needs to be interruptible: shell mush handle traps and shell-special signals
+/* Needs to be interruptible: shell must handle traps and shell-special signals
* while inside read. To implement this, be sure to not loop on EINTR
* and return errno == EINTR reliably.
*/