vm: fix a typo in a comment

locals-and-roots
Alexander Iljin 2016-05-28 16:09:49 +03:00 committed by Doug Coleman
parent 3ea7fe616e
commit e302928510
1 changed files with 1 additions and 1 deletions

View File

@ -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();