mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[CRT]
Fix a typo in a comment svn path=/trunk/; revision=51418
This commit is contained in:
parent
35a1d66de7
commit
3b11a6bdbc
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue