From 26244081edde29b6a6347db46f400845b0b66703 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 10 May 2008 23:02:30 +0000 Subject: * gc.c (gc_count): rdoc corrected. git-svn-id: http://svn.ruby-lang.org/repos/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 50e0067ff..4bce52a8f 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. * */ -- cgit