aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 38eaa2e47c..835f19e541 100644
--- a/file.c
+++ b/file.c
@@ -7582,7 +7582,7 @@ Init_File(void)
*
* ==== File::RDONLY
*
- * Flag File::RDONLY specifies the the stream should be opened for reading only:
+ * Flag File::RDONLY specifies the stream should be opened for reading only:
*
* filepath = '/tmp/t.tmp'
* f = File.new(filepath, File::RDONLY)