ruby-changes:31312
From: kazu <ko1@a...>
Date: Wed, 23 Oct 2013 00:46:27 +0900 (JST)
Subject: [ruby-changes:31312] kazu:r43391 (trunk): fix typos
kazu 2013-10-23 00:46:21 +0900 (Wed, 23 Oct 2013) New Revision: 43391 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43391 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43390) +++ ChangeLog (revision 43391) @@ -19,14 +19,14 @@ Tue Oct 22 19:19:05 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L19 * Functions heap_* and rb_heap_t manages heap data structure. * Functions heap_page_* and struct heap_page manage page data - strcuture. - * Functions heap_pagse_* and struct rb_objspace_t::heap_pages + structure. + * Functions heap_pages_* and struct rb_objspace_t::heap_pages maintains all pages. - For example, pagaes are allocated from the heap_pages. + For example, pages are allocated from the heap_pages. See https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/GC_design and https://bugs.ruby-lang.org/attachments/4015/data-heap_structure_with_multiple_heaps.png - for more deitals. + for more details. Now, there is only one heap called `eden', which is a space for all new generated objects. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/