diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-12-10 02:27:14 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-12-10 02:27:14 +0100 |
commit | 9c2839989762755d67404e6480e53b75156a7261 (patch) | |
tree | edf0d68faa4c6aa5aedf71e40b5243ec746bb1ae /Src/input.c | |
parent | 69f89d9c229be1aeef06c821e161c59481e5d76d (diff) | |
parent | b1f62d9d03cb792115238de55001196f90f3d592 (diff) | |
download | zsh-9c2839989762755d67404e6480e53b75156a7261.tar.gz zsh-9c2839989762755d67404e6480e53b75156a7261.zip |
Merge tag 'zsh-5.2-test-3' into debian
Third an "final" test version before 5.3.
Diffstat (limited to 'Src/input.c')
-rw-r--r-- | Src/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/input.c b/Src/input.c index fe94b8ef7..eb968ea72 100644 --- a/Src/input.c +++ b/Src/input.c @@ -51,7 +51,7 @@ * Note that the input string is itself used as the input buffer: it is not * copied, nor is it every written back to, so using a constant string * should work. Consequently, when passing areas of memory from the heap - * it is necessary that the heap last as long as the operation of reading + * it is necessary that that heap last as long as the operation of reading * the string. After the string is read, the stack should be popped with * inpop(), which effectively flushes any unread input as well as restoring * the previous input state. |