mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:25:48 +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;
|
return EOF;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Is this was a read buffer */
|
/* Check if this was a read buffer */
|
||||||
if (stream->_flag & _IOREAD)
|
if (stream->_flag & _IOREAD)
|
||||||
{
|
{
|
||||||
/* Must be at the end of the file */
|
/* Must be at the end of the file */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue