summaryrefslogtreecommitdiff
path: root/doc/ChangeLog-2.1.0
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-12 15:28:07 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-12 15:28:07 +0000
commit7f887ab122df220df038ee57b875f0aa40cc3e8b (patch)
tree1cca50a42640fe814fa1b1673c970c9d71e4896c /doc/ChangeLog-2.1.0
parentcaa9083451da43af979f842f9c2625942395b1df (diff)
Fix similar typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/ChangeLog-2.1.0')
-rw-r--r--doc/ChangeLog-2.1.02
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ChangeLog-2.1.0 b/doc/ChangeLog-2.1.0
index f80b2d6bd1..76edfd3ce7 100644
--- a/doc/ChangeLog-2.1.0
+++ b/doc/ChangeLog-2.1.0
@@ -2948,7 +2948,7 @@ Tue Nov 5 03:31:23 2013 Koichi Sasada <ko1@atdot.net>
Young objects will be promoted to old objects after one GC.
Old objects are not collect until major (full) GC.
- The issue of this approach is some objects can promoted as old
+ The issue of this approach is some objects can promote as old
objects accidentally and not freed until major GC.
Major GC is not frequently so short-lived but accidentally becoming
old objects are not freed.