summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-09 14:14:52 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-09 14:14:52 +0000
commit372eb2cbfed1b7f5d7e2af1ced551ab4087c95a5 (patch)
treed10ad2831a4bdb2655b7e56668aa4e90e67577c8
parente3a716a2ab831aff63a408e07a08e8d93a2fbb48 (diff)
* ChangeLog; fix typos in r43170.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files 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 <ko1@atdot.net>
* 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.