summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;