mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[CRT]
Fix a typo in a comment svn path=/trunk/; revision=51418
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user