summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Src/Zle/zle_tricky.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1515bd34e..fe427c2fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2014-02-02 Barton E. Schaefer <schaefer@zsh.org>
+ * unposted: Src/Zle/zle_tricky.c: whitespace in comment
+
* 32340: Src/init.c, Src/Zle/compctl.c: Add specifics to error
messages explaining failure of "read -c" / "read -l".
diff --git a/Src/Zle/zle_tricky.c b/Src/Zle/zle_tricky.c
index 2689d0fa1..a12fa08ff 100644
--- a/Src/Zle/zle_tricky.c
+++ b/Src/Zle/zle_tricky.c
@@ -1163,7 +1163,7 @@ get_comp_string(void)
* being separated by tokens | & &! |& || &&). The loop stops when *
* the end of the command containing the cursor is reached. What *
* makes this messy is checking for things like redirections, loops *
- * and whatnot. */
+ * and whatnot. */
do {
qsub = noword = 0;