[git commit] hush: fix typo in comment

Denys Vlasenko vda.linux at googlemail.com
Fri Sep 30 00:02:25 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=08755f9bcb2d272ed32687883b410910d34c50dc
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 shell/hush.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/hush.c b/shell/hush.c
index 1674598..b9dd84f 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -2324,7 +2324,7 @@ static int i_peek2(struct in_str *i)
 
 	/* There are two cases when i->p[] buffer exists.
 	 * (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
 	 * the peek2 result is in i->p[1].
 	 */


More information about the busybox-cvs mailing list