]> gitweb.factorcode.org Git - factor.git/commitdiff
VM: nitpick fix of filenames in comments
authorBjörn Lindqvist <bjourne@gmail.com>
Sun, 28 Feb 2016 00:23:59 +0000 (01:23 +0100)
committerBjörn Lindqvist <bjourne@gmail.com>
Sun, 28 Feb 2016 00:23:59 +0000 (01:23 +0100)
vm/objects.hpp

index 382d526cbb32241ec8ed5f2847ffa7abac6f3e76..78ff2b23ab02b9e6af76006e8d7553aa894e433f 100644 (file)
@@ -33,7 +33,7 @@ enum special_object {
   OBJ_GLOBAL,            /* global namespace */
   OBJ_SHUTDOWN_QUOT,     /* shutdown quotation */
 
-  /* Quotation compilation in quotations.c */
+  /* Quotation compilation in quotations.cpp */
   JIT_PROLOG = 23,
   JIT_PRIMITIVE_WORD,
   JIT_PRIMITIVE,
@@ -74,7 +74,7 @@ enum special_object {
   /* Callback stub generation in callbacks.cpp */
   CALLBACK_STUB = 53,
 
-  /* Polymorphic inline cache generation in inline_cache.c */
+  /* Polymorphic inline cache generation in inline_cache.cpp */
   PIC_LOAD = 54,
   PIC_TAG,
   PIC_TUPLE,
@@ -84,7 +84,7 @@ enum special_object {
   PIC_MISS_WORD,
   PIC_MISS_TAIL_WORD,
 
-  /* Megamorphic cache generation in dispatch.c */
+  /* Megamorphic cache generation in dispatch.cpp */
   MEGA_LOOKUP = 62,
   MEGA_LOOKUP_WORD,
   MEGA_MISS_WORD,