Fix a typo in a comment

svn path=/trunk/; revision=51418
This commit is contained in:
Timo Kreuzer 2011-04-21 21:49:46 +00:00
parent 35a1d66de7
commit 3b11a6bdbc

View 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 */