aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-22 13:26:06 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-07-22 13:26:06 +0000
commit0716649afbc7d58039786ae8a92b89ac8ba66109 (patch)
treead2660eb3a570bf5f4dc092681d0000ab41851ed
parentbc77bae13827be22ecb4f35029f7268a08b92146 (diff)
downloadruby-0716649afbc7d58039786ae8a92b89ac8ba66109.tar.gz
* 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
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
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 <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.