hush: fix typo in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 30 Sep 2016 00:02:25 +0000 (02:02 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 30 Sep 2016 00:02:25 +0000 (02:02 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c

index 1674598b6d6811a89192c637e8f6cf0a6acee2e6..b9dd84f4615942a026b7ea3aafab0ed2d70c3a43 100644 (file)
@@ -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].
         */