ruby-changes:50952
From: stomar <ko1@a...>
Date: Sun, 15 Apr 2018 02:07:48 +0900 (JST)
Subject: [ruby-changes:50952] stomar:r63159 (trunk): gc.c: [DOC] fix typo
stomar 2018-04-15 01:50:06 +0900 (Sun, 15 Apr 2018) New Revision: 63159 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63159 Log: gc.c: [DOC] fix typo Modified files: trunk/gc.c Index: gc.c =================================================================== --- gc.c (revision 63158) +++ gc.c (revision 63159) @@ -1409,7 +1409,7 @@ heap_pages_expand_sorted(rb_objspace_t * https://github.com/ruby/ruby/blob/trunk/gc.c#L1409 { /* usually heap_allocatable_pages + heap_eden->total_pages == heap_pages_sorted_length * 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 + * however, 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. */ size_t next_length = heap_allocatable_pages; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/