summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index a39ab74a4d..34ccf24977 100644
--- a/io.c
+++ b/io.c
@@ -2484,7 +2484,7 @@ io_fillbuf(rb_io_t *fptr)
* IO#sysread may not behave as you intend with IO#eof?, unless you
* call IO#rewind first (which is not available for some streams).
*
- * I#eof? is an alias for IO#eof.
+ * IO#eof? is an alias for IO#eof.
*
*/