aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index c957c40fac..f9b57423c1 100644
--- a/gc.c
+++ b/gc.c
@@ -7279,7 +7279,7 @@ garbage_collect_with_gvl(rb_objspace_t *objspace, int reason)
* ObjectSpace.garbage_collect(full_mark: true, immediate_sweep: true) -> nil
* include GC; garbage_collect(full_mark: true, immediate_sweep: true) -> nil
*
- * Initiates garbage collection, unless manually disabled.
+ * Initiates garbage collection, even if manually disabled.
*
* This method is defined with keyword arguments that default to true:
*