fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-06-20 22:40:56 +00:00
parent 8ab7d0e4c3
commit 12baef4536

View File

@ -2,7 +2,7 @@ Fri Jun 21 07:34:47 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_profile_record::oldgen_objects): added. * gc.c (gc_profile_record::oldgen_objects): added.
* gc.c (gc_profile_dump_on): print the following infomation: * gc.c (gc_profile_dump_on): print the following information:
* Living object counts * Living object counts
* Free object counts * Free object counts
If RGENGC_PROFILE > 0 then If RGENGC_PROFILE > 0 then