aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
37 37
38/* read builtin */ 38/* read builtin */
39 39
40/* Needs to be interruptible: shell mush handle traps and shell-special signals 40/* Needs to be interruptible: shell must handle traps and shell-special signals
41 * while inside read. To implement this, be sure to not loop on EINTR 41 * while inside read. To implement this, be sure to not loop on EINTR
42 * and return errno == EINTR reliably. 42 * and return errno == EINTR reliably.
43 */ 43 */