summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-07-11 21:46:17 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-07-11 21:46:41 -0700
commitc19c3d413388689be98f1665df6f5926b1dbcde5 (patch)
treecbaa86ed8024cfd694f240aba24c04ca60da4e90
parent7f3094aa7fa3cb6ccfd12046080d1d8c4f26caed (diff)
Improve comment
-rw-r--r--fzy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fzy.c b/fzy.c
index 0217db5..409ddc3 100644
--- a/fzy.c
+++ b/fzy.c
@@ -132,7 +132,7 @@ void draw(){
}
void emit(){
- /* ttyout should be flushed in the case that it is == stdout */
+ /* ttyout should be flushed before outputting on stdout */
fclose(ttyout);
int i;