aboutsummaryrefslogtreecommitdiffstats
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 0184b770ba..b3bd0ce52b 100644
--- a/io.c
+++ b/io.c
@@ -10792,7 +10792,7 @@ Init_IO(void)
#ifndef O_BINARY
# define O_BINARY 0
#endif
- /* disable line code conversion and make ASCII-8BIT */
+ /* disable line code conversion */
rb_file_const("BINARY", INT2FIX(O_BINARY));
#ifdef O_SYNC
rb_file_const("SYNC", INT2FIX(O_SYNC));