1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2014-09-09 12:52:17 +00:00
parent eebdf04c3b
commit 36dc2e4bcf

View file

@ -31,7 +31,7 @@ Tue Sep 9 18:18:07 2014 Koichi Sasada <ko1@atdot.net>
* used -> allocated_pages * used -> allocated_pages
* increment -> allocatable_pages * increment -> allocatable_pages
* length -> sorted_length * length -> sorted_length
And remove unused `limt' field. And remove unused `limit' field.
* gc.c: rename macros: * gc.c: rename macros:
* heap_pages_used -> heap_allocated_pages * heap_pages_used -> heap_allocated_pages