aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-05 04:52:10 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-05 04:52:10 +0000
commit692aab90101bb9b75a4a008855aca8220aace8e0 (patch)
treea54b4b9413aedfb7d4401657272ffd4108a5b344
parentd1674ef67b61df4ff27e93772c0946ae74869c5d (diff)
downloadruby-692aab90101bb9b75a4a008855aca8220aace8e0.tar.gz
fix typos in ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d1f07e511f..d43e6dc465 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,9 @@ Tue Nov 5 13:37:19 2013 Koichi Sasada <ko1@atdot.net>
* gc.c: add support to estimate increase of oldspace memory usage.
This is another approach to solve an issue discussed at r43530.
- This feature is diabled as default.
+ This feature is disabled as default.
- This feature measures an increment of memory consuption by oldgen
+ This feature measures an increment of memory consumption by oldgen
objects. It measures memory consumption for each objects when
the object is promoted. However, measurement of memory consumption
is not accurate now. So that this measurement is `estimation'.