summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-09 08:05:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-09 08:05:59 +0000
commit0bf06ff434c0e4a88616c1c7d5be2c5f76978db4 (patch)
tree3a40db8c8d3143fa95c1889d45eab9d983f4ef34
parent62ad069c3a8fbd785e766274e02e348b1ec2fc6f (diff)
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e4da12577..c90b21e2ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,9 +5,9 @@ Tue Oct 9 14:36:11 2012 Koichi Sasada <ko1@atdot.net>
Tue Oct 9 14:28:18 2012 Koichi Sasada <ko1@atdot.net>
- * vm_core.h (rb_call_info_t): add new type `rb_call_inf_t'.
+ * vm_core.h (rb_call_info_t): add new type `rb_call_info_t'.
This data structure contains information including inline method
- cache. After that, `struct iseq_inline_cache_entry' does not
+ cache. After that, `struct iseq_inline_cache_entry' does not
need to contain inline cache for method invocation.
Other information will be added to this data structure.