summaryrefslogtreecommitdiff
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
commite45b87f282eba212d911c3e1c01684ed606869b6 (patch)
treecbc03125e3c6aeb72500461a958aa3f76713a7b8
parent4aa34546074ee4d8cfdb35b092de93c1c4910d19 (diff)
* gc.c (gc_count): rdoc corrected.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 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.
*
*/