]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/code_heap.cpp
Squashed commit of the following:
[factor.git] / vm / code_heap.cpp
index b42261619be79dd0fb391fdcc0407098d1b467ff..b67da289223259eee39c327262c56b9e07ab2663 100755 (executable)
@@ -13,7 +13,7 @@ code_heap::code_heap(cell size)
 
        allocator = new free_list_allocator<code_block>(seg->end - start,start);
 
-       /* See os-windows-nt-x86.64.cpp for seh_area usage */
+       /* See os-windows-x86.64.cpp for seh_area usage */
        seh_area = (char *)seg->start;
 }