]> gitweb.factorcode.org Git - factor.git/commitdiff
Fixed typo from upstream
authorPhil Dawes <phil@phildawes.net>
Mon, 17 Aug 2009 20:37:19 +0000 (21:37 +0100)
committerPhil Dawes <phil@phildawes.net>
Wed, 16 Sep 2009 07:16:29 +0000 (08:16 +0100)
vm/vm.hpp

index f259096766d052c00ee967b2cfed65d96d077763..04071850128ed1bacec6266c2e314c056eef4ea0 100644 (file)
--- 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;