aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-22 15:46:21 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-22 15:46:21 +0000
commita7e66877aa2a7340ee16aba14558699bd1ac10e5 (patch)
tree68cf78546be97fbb344a13f1e639efc383f4aac3 /ChangeLog
parentec6f077809d87aa3f529e0fc233297653608a283 (diff)
downloadruby-a7e66877aa2a7340ee16aba14558699bd1ac10e5.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a111a19a9e..e0113b66de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,14 +19,14 @@ Tue Oct 22 19:19:05 2013 Koichi Sasada <ko1@atdot.net>
* 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.