summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-13 08:35:22 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-13 08:35:22 +0000
commit0d6c9accd7f64c19ff9162e42890aba87b4f9d4e (patch)
tree809331500313a92450d42e905a7dcfaa0e90ed5a /ChangeLog
parentffd3cbdc759841c984ec35bfecfb9f7ed28d4faa (diff)
fix ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 78d6ea9d4d..af73ef5005 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ Tue Nov 13 17:28:47 2012 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c (vm_caller_setup_args): save and restore
ci->argc and ci->blockptr before and after method invocations
- because these method dispatches override call_info.
+ because these method dispatches can override call_info.
* bootstraptest/test_method.rb: add tests for this fix.