[CMAKE]
[reactos.git] / lib / sdk / crt / stdio / _flsbuf.c
index eb31137..c2b7df2 100644 (file)
@@ -24,7 +24,7 @@ _flsbuf(int ch, FILE *stream)
         return EOF;
     }
 
-    /* Is this was a read buffer */
+    /* Check if this was a read buffer */
     if (stream->_flag & _IOREAD)
     {
         /* Must be at the end of the file */