hush: fix typo in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -2324,7 +2324,7 @@ static int i_peek2(struct in_str *i)
|
|||||||
|
|
||||||
/* There are two cases when i->p[] buffer exists.
|
/* There are two cases when i->p[] buffer exists.
|
||||||
* (1) it's a string in_str.
|
* (1) it's a string in_str.
|
||||||
* (2) It's a file, and we have s saved line editing buffer.
|
* (2) It's a file, and we have a saved line editing buffer.
|
||||||
* In both cases, we know that i->p[0] exists and not NUL, and
|
* In both cases, we know that i->p[0] exists and not NUL, and
|
||||||
* the peek2 result is in i->p[1].
|
* the peek2 result is in i->p[1].
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user