Browse code

Improve comment

John Hawthorn authored on 12/07/2014 04:46:17
Showing 1 changed files

  • fzy.c index 0217db5..409ddc3 100644
... ...
@@ -132,7 +132,7 @@ void draw(){
132 132
 }
133 133
 
134 134
 void emit(){
135
-	/* ttyout should be flushed in the case that it is == stdout */
135
+	/* ttyout should be flushed before outputting on stdout */
136 136
 	fclose(ttyout);
137 137
 
138 138
 	int i;