summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2023-08-14 14:04:39 -0400
committerPeter Zhu <peter@peterzhu.ca>2023-08-15 08:54:27 -0400
commit300bc145892488b91f10438f06fe75d03809424c (patch)
tree71eb36c85fd53c1f3a60cc550871fd2a82f485c0 /gc.c
parenta11b90774592ccac72eda0f2a8f1a1e5cc3e4fc6 (diff)
[DOC] Improve some GC docs
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8219
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 70b9b36d63..d2c5c52692 100644
--- a/gc.c
+++ b/gc.c
@@ -13813,7 +13813,7 @@ Init_GC(void)
rb_hash_aset(gc_constants, ID2SYM(rb_intern("RB_BUG_INSTEAD_OF_RB_MEMERROR")), Qtrue);
}
OBJ_FREEZE(gc_constants);
- /* internal constants */
+ /* Internal constants in the garbage collector. */
rb_define_const(rb_mGC, "INTERNAL_CONSTANTS", gc_constants);
rb_mProfiler = rb_define_module_under(rb_mGC, "Profiler");