aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.