Author: tkreuzer
Date: Thu Apr 21 21:49:46 2011
New Revision: 51418

URL: http://svn.reactos.org/svn/reactos?rev=51418&view=rev
Log:
[CRT]
Fix a typo in a comment

Modified:
    trunk/reactos/lib/sdk/crt/stdio/_flsbuf.c

Modified: trunk/reactos/lib/sdk/crt/stdio/_flsbuf.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/stdio/_flsbuf.c?rev=51418&r1=51417&r2=51418&view=diff
==============================================================================
--- trunk/reactos/lib/sdk/crt/stdio/_flsbuf.c [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/stdio/_flsbuf.c [iso-8859-1] Thu Apr 21 21:49:46 
2011
@@ -24,7 +24,7 @@
         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 */


Reply via email to