aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-29 15:56:15 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-29 15:56:15 +0000
commitf694995c3e3560403abf86ef73354f2de8af393d (patch)
tree8e792758878f4546107b30544247ccf92510b438
parent92b0e5b2ec2bad73ea2c118e3ae9e9dac084fe54 (diff)
downloadruby-f694995c3e3560403abf86ef73354f2de8af393d.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dafe0e862e..96cd12ede7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -75,7 +75,7 @@ Fri Sep 27 16:32:27 2013 Koichi Sasada <ko1@atdot.net>
malloc_limit -= malloc_limit * (GC_MALLOC_LIMIT_FACTOR-1)/4;
Default value of GC_MALLOC_LIMIT_FACTOR is 1.8.
malloc_limit is bounded by GC_MALLOC_LIMIT_MAX (256MB by default).
- This logic runs at before_sweeep(). So there are no effect from
+ This logic runs at gc_before_sweep(). So there are no effect from
caused by lazy sweep. And we can remove malloc_increase2.
* gc.c (HEAP_MIN_SLOTS, FREE_MIN, HEAP_GROWTH_FACTOR): rename to