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

ruby-changes:49735

From: hsbt <ko1@a...>
Date: Mon, 15 Jan 2018 21:00:12 +0900 (JST)
Subject: [ruby-changes:49735] hsbt:r61852 (trunk): Fix a typo.

hsbt	2018-01-15 21:00:06 +0900 (Mon, 15 Jan 2018)

  New Revision: 61852

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61852

  Log:
    Fix a typo.
    
      * gc.c: beacuse -> because.

  Modified files:
    trunk/gc.c
Index: gc.c
===================================================================
--- gc.c	(revision 61851)
+++ gc.c	(revision 61852)
@@ -1405,7 +1405,7 @@ static void https://github.com/ruby/ruby/blob/trunk/gc.c#L1405
 heap_pages_expand_sorted(rb_objspace_t *objspace)
 {
     /* usually heap_allocatable_pages + heap_eden->total_pages == heap_pages_sorted_length
-     * beacuse heap_allocatable_pages contains heap_tomb->total_pages (recycle heap_tomb pages).
+     * because heap_allocatable_pages contains heap_tomb->total_pages (recycle heap_tomb pages).
      * howerver, if there are pages which do not have empty slots, then try to create new pages
      * so that the additional allocatable_pages counts (heap_tomb->total_pages) are added.
      */

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

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