From f694995c3e3560403abf86ef73354f2de8af393d Mon Sep 17 00:00:00 2001 From: kazu Date: Sun, 29 Sep 2013 15:56:15 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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