typo fix in comment

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2013-07-08 03:13:08 +02:00
parent d87fcd4888
commit e95738f635

View File

@ -1389,7 +1389,7 @@ static void restore_G_args(save_arg_t *sv, char **argv)
* are set to '' (ignore) are NOT reset to defaults. We do the same.
*
* Problem: the above approach makes it unwieldy to catch signals while
* we are in read builtin, of while we read commands from stdin:
* we are in read builtin, or while we read commands from stdin:
* masked signals are not visible!
*
* New implementation