diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-30 02:02:25 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-09-30 02:02:25 +0200 |
commit | 08755f9bcb2d272ed32687883b410910d34c50dc (patch) | |
tree | c126ef76f8790f1bea4c9453ef05665f2faefaba /shell/hush.c | |
parent | 4074d495577739d658ba04840b6a0876dfa236b0 (diff) | |
download | busybox-w32-08755f9bcb2d272ed32687883b410910d34c50dc.tar.gz busybox-w32-08755f9bcb2d272ed32687883b410910d34c50dc.tar.bz2 busybox-w32-08755f9bcb2d272ed32687883b410910d34c50dc.zip |
hush: fix typo in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 1674598b6..b9dd84f46 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -2324,7 +2324,7 @@ static int i_peek2(struct in_str *i) | |||
2324 | 2324 | ||
2325 | /* There are two cases when i->p[] buffer exists. | 2325 | /* There are two cases when i->p[] buffer exists. |
2326 | * (1) it's a string in_str. | 2326 | * (1) it's a string in_str. |
2327 | * (2) It's a file, and we have s saved line editing buffer. | 2327 | * (2) It's a file, and we have a saved line editing buffer. |
2328 | * In both cases, we know that i->p[0] exists and not NUL, and | 2328 | * In both cases, we know that i->p[0] exists and not NUL, and |
2329 | * the peek2 result is in i->p[1]. | 2329 | * the peek2 result is in i->p[1]. |
2330 | */ | 2330 | */ |