From 7389ac15be042f242135f464530b66ca4419b933 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 22 Jul 2015 13:26:06 +0000 Subject: [PATCH] * 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 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55631c327a..fae7d715de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -99,7 +99,7 @@ Wed Jul 22 06:37:54 2015 Koichi Sasada Wed Jul 22 06:25:45 2015 Koichi Sasada - * 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.