From 372eb2cbfed1b7f5d7e2af1ced551ab4087c95a5 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 9 Oct 2013 14:14:52 +0000 Subject: * ChangeLog; fix typos in r43170. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5a469e62c0..fd0001122f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -189,9 +189,9 @@ Mon Oct 7 16:12:36 2013 Koichi Sasada * VALUE rb_profile_frame_singleton_method_p(VALUE frame); Get information about each frame. - These APIs are designed for profilers, for example, no objectallocation, + These APIs are designed for profilers, for example, no object allocation, and enough information for profilers. - In this version, this API collects only collect Ruby level frames. + In this version, this API collects only Ruby level frames. This issue will be fixed after Ruby 2.1. * vm_backtrace.c: implement above APIs. -- cgit v1.2.3