aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-04 13:11:55 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-06-04 13:11:55 +0000
commitb165f9b5e255e2c044851805932ff5949fe8ad71 (patch)
tree4753c5b622684c5a60433010b011097f1240db1f
parent5861d4f18b615d5eb9335de77b25337f8828da6c (diff)
downloadruby-b165f9b5e255e2c044851805932ff5949fe8ad71.tar.gz
fix typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f2a5e1b9b..25773a832f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,7 +39,7 @@ Tue Jun 3 18:01:27 2014 Koichi Sasada <ko1@atdot.net>
Tue Jun 3 17:54:21 2014 Koichi Sasada <ko1@atdot.net>
* gc.c: change the counting method for young objects.
- clear counter at the beggining of every GC and
+ clear counter at the beginning of every GC and
count promoted (infant->young) objects.
Some promotions (infant->young) are transition of promoting to old