From e45b87f282eba212d911c3e1c01684ed606869b6 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 10 May 2008 23:02:30 +0000 Subject: [PATCH] * gc.c (gc_count): rdoc corrected. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gc.c b/gc.c index 50e0067ff1..4bce52a8fd 100644 --- a/gc.c +++ b/gc.c @@ -2352,9 +2352,9 @@ count_objects(int argc, VALUE *argv, VALUE os) * call-seq: * GC.count -> Integer * - * Counts objects for each type. + * The number of times GC occured. * - * It returns a number of GC invoke counts. + * It returns the number of times GC occured since the process started. * */