From 75a3db3bfb9dfa7459f8e5a04a1e562c62ecbf32 Mon Sep 17 00:00:00 2001 From: Phil Dawes Date: Mon, 17 Aug 2009 21:37:19 +0100 Subject: [PATCH] Fixed typo from upstream --- vm/vm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/vm.hpp b/vm/vm.hpp index f259096766..0407185012 100644 --- a/vm/vm.hpp +++ b/vm/vm.hpp @@ -180,7 +180,7 @@ struct factorvm { bool performing_compaction; cell collecting_gen; - /* if true, we collecting aging space for the second time, so if it is still + /* if true, we are collecting aging space for the second time, so if it is still full, we go on to collect tenured */ bool collecting_aging_again;