typo fix in comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2013-07-14 01:23:06 +02:00
parent c72b43c2f0
commit 25ce3ee9f3

View File

@ -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.
*/