vm: fix a typo in a comment
parent
3ea7fe616e
commit
e302928510
|
@ -67,7 +67,7 @@ void factor_vm::set_sampling_profiler(fixnum rate) {
|
|||
void factor_vm::start_sampling_profiler(fixnum rate) {
|
||||
samples_per_second = rate;
|
||||
safepoint.sample_counts.clear();
|
||||
// Release the memory consumed by colleting samples.
|
||||
// Release the memory consumed by collecting samples.
|
||||
samples.clear();
|
||||
samples.shrink_to_fit();
|
||||
sample_callstacks.clear();
|
||||
|
|
Loading…
Reference in New Issue