From 44b9b26baa0eb05ea6bd5f30d00914d36ff128ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Sun, 28 Feb 2016 01:23:59 +0100 Subject: [PATCH] VM: nitpick fix of filenames in comments --- vm/objects.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vm/objects.hpp b/vm/objects.hpp index 382d526cbb..78ff2b23ab 100644 --- a/vm/objects.hpp +++ b/vm/objects.hpp @@ -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,