[前][次][番号順一覧][スレッド一覧]

ruby-changes:31008

From: kazu <ko1@a...>
Date: Mon, 30 Sep 2013 00:56:20 +0900 (JST)
Subject: [ruby-changes:31008] kazu:r43087 (trunk): fix typos

kazu	2013-09-30 00:56:15 +0900 (Mon, 30 Sep 2013)

  New Revision: 43087

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43087

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 43086)
+++ ChangeLog	(revision 43087)
@@ -75,7 +75,7 @@ Fri Sep 27 16:32:27 2013  Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L75
 	      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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]