summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d49c30fc0b..ca86340738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6557,7 +6557,7 @@ Sat Jun 13 20:28:14 2015 NARUSE, Yui <naruse@ruby-lang.org>
* file.c (rb_stat_ino): get inode from the interval of struct st.
- * win32/win32.c (stati64_set_inode): get nFilIndexHigh/Low, and set it
+ * win32/win32.c (stati64_set_inode): get nFileIndexHigh/Low, and set it
to the interval of struct st as inode.
* win32/win32.c (stati64_set_inode_handle): call stati64_set_inode.