From 12baef45367ba3c7ebcf9c01459e36366bed3604 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 20 Jun 2013 22:40:56 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fc1f20f9f6..7c57174a14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,7 +2,7 @@ Fri Jun 21 07:34:47 2013 Koichi Sasada * 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 * Free object counts If RGENGC_PROFILE > 0 then