diff --git a/file.c b/file.c
index 28c326b11a..54d8fb1812 100644
--- a/file.c
+++ b/file.c
@@ -2128,7 +2128,7 @@ rb_file_s_atime(VALUE klass, VALUE fname)
* file.atime -> time
*
* Returns the last access time (a Time object)
- * for file, or epoch if file has not been accessed.
+ * for file, or epoch if file has not been accessed.
*
* File.new("testfile").atime #=> Wed Dec 31 18:00:00 CST 1969
*