aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/process.c b/process.c
index 5761aea718..91f434f5e2 100644
--- a/process.c
+++ b/process.c
@@ -8555,6 +8555,7 @@ static VALUE rb_mProcID_Syscall;
* * Perform a major GC.
* * Compacts the heap.
* * Promotes all surviving objects to the old generation.
+ * * Precompute the coderange of all strings.
*/
static VALUE
@@ -8566,7 +8567,6 @@ proc_warmup(VALUE _)
return Qtrue;
}
-
/*
* Document-module: Process
*