summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-15 15:45:07 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-15 15:45:07 +0000
commit84cfea7008f031eb70f478eec53d39a3ee07e1f5 (patch)
treed86d88ab362efa3c82ef52160a53ba1cf935a95d /ChangeLog
parent32569104e121e6dc7363acf37b5aef766bd04d4d (diff)
ChangeLog: fix a typo of r37185.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37194 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 8de2c89d5a..9450921fda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,7 +32,7 @@ Mon Oct 15 04:51:55 2012 Koichi Sasada <ko1@atdot.net>
- make functions for respective method types in vm_call_method().
(all functions have same function parameters)
- * vm_core.h: add `opt_pc' filed in `rb_call_info_t'
+ * vm_core.h: add `opt_pc' field in `rb_call_info_t'
as temporal variable.
* vm_eval.c (vm_call0_body): catch up above changes.