summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-10 23:02:30 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-10 23:02:30 +0000
commit26244081edde29b6a6347db46f400845b0b66703 (patch)
treecbc03125e3c6aeb72500461a958aa3f76713a7b8
parentcafd18723e7344a704ed48c410887c2312ac3580 (diff)
downloadruby-26244081edde29b6a6347db46f400845b0b66703.tar.gz
ruby-26244081edde29b6a6347db46f400845b0b66703.tar.xz
ruby-26244081edde29b6a6347db46f400845b0b66703.zip
* gc.c (gc_count): rdoc corrected.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--gc.c4
1 files 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.
*
*/