summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*
*/