aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 46ac9be2dc..7d0852614f 100644
--- a/gc.c
+++ b/gc.c
@@ -4990,7 +4990,7 @@ Init_stack(volatile VALUE *addr)
/*
* call-seq:
* GC.start -> nil
- * gc.garbage_collect -> nil
+ * GC.garbage_collect -> nil
* ObjectSpace.garbage_collect -> nil
*
* Initiates garbage collection, unless manually disabled.