aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 14:14:25 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-09 14:14:25 +0000
commit1b4c9db72ecf331076b74bf4e064a0d340ec2317 (patch)
tree767752505962d67f5db480f094b2f9d3d7ed06d5
parent0acc74ae1aa13989e5556cb17cf645baf9594935 (diff)
downloadruby-1b4c9db72ecf331076b74bf4e064a0d340ec2317.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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.