* ChangeLog: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2012-10-09 08:05:59 +00:00
parent 62ad069c3a
commit 0bf06ff434

View File

@ -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> 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 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. need to contain inline cache for method invocation.
Other information will be added to this data structure. Other information will be added to this data structure.