diff options
Diffstat (limited to 'shell/shell_common.c')
-rw-r--r-- | shell/shell_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell_common.c b/shell/shell_common.c index f7503cac5..84e0604ed 100644 --- a/shell/shell_common.c +++ b/shell/shell_common.c | |||
@@ -39,7 +39,7 @@ int FAST_FUNC is_well_formed_var_name(const char *s, char terminator) | |||
39 | 39 | ||
40 | /* read builtin */ | 40 | /* read builtin */ |
41 | 41 | ||
42 | /* Needs to be interruptible: shell mush handle traps and shell-special signals | 42 | /* Needs to be interruptible: shell must handle traps and shell-special signals |
43 | * while inside read. To implement this, be sure to not loop on EINTR | 43 | * while inside read. To implement this, be sure to not loop on EINTR |
44 | * and return errno == EINTR reliably. | 44 | * and return errno == EINTR reliably. |
45 | */ | 45 | */ |