Index: io.c
===================================================================
--- io.c (revision 25765)
+++ io.c (working copy)
@@ -1215,8 +1215,9 @@
* r, w = IO.pipe
* r.eof? # blocks forever
*
- * Note that IO#eof? reads data to a input buffer.
- * So IO#sysread doesn't work with IO#eof?.
+ * Note that IO#eof? reads data to the input buffer.
+ * So IO#sysread only works with IO#eof?
+ * if you call IO#rewind first.
*/
VALUE