projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4074d49
)
hush: fix typo in comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 30 Sep 2016 00:02:25 +0000
(
02:02
+0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index 1674598b6d6811a89192c637e8f6cf0a6acee2e6..b9dd84f4615942a026b7ea3aafab0ed2d70c3a43 100644
(file)
--- 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].
*/