* ChangeLog: fix a typo for r51324. [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2015-07-22 13:26:06 +00:00
parent 4c4d0389f5
commit 7389ac15be

View File

@ -99,7 +99,7 @@ Wed Jul 22 06:37:54 2015 Koichi Sasada <ko1@atdot.net>
Wed Jul 22 06:25:45 2015 Koichi Sasada <ko1@atdot.net>
* vm_core.h: constify rb_call_info_t::blockiseq and rb_block_::iseq.
* vm_core.h: constify rb_call_info_t::blockiseq and rb_block_t::iseq.
* vm.c, vm_insnhelper.c: catch up this fix.