From 0bf06ff434c0e4a88616c1c7d5be2c5f76978db4 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Oct 2012 08:05:59 +0000 Subject: * ChangeLog: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file 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 Tue Oct 9 14:28:18 2012 Koichi Sasada - * 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. -- cgit v1.2.3