From 41b719d0d847413d5a3c0c7e23a267d541fd8d13 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 9 Dec 2015 14:14:25 +0000 Subject: [PATCH] fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * 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.