From 3b11a6bdbc1caa3976feaa2af95b7bd616d0ce76 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 21 Apr 2011 21:49:46 +0000 Subject: [PATCH] [CRT] Fix a typo in a comment svn path=/trunk/; revision=51418 --- reactos/lib/sdk/crt/stdio/_flsbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/sdk/crt/stdio/_flsbuf.c b/reactos/lib/sdk/crt/stdio/_flsbuf.c index eb31137a7a5..c2b7df29d4c 100644 --- a/reactos/lib/sdk/crt/stdio/_flsbuf.c +++ b/reactos/lib/sdk/crt/stdio/_flsbuf.c @@ -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 */