- created jitcache-arm-x86 branch
[cacao.git] / src / vmcore / references.h
index 6ac233618293bbebde516c81cc4574a9df1fe234..9fa790c342fe15c2ce872b511fa8f6ab88fb4910 100644 (file)
@@ -136,7 +136,7 @@ struct constant_FMIref{      /* Fieldref, Methodref and InterfaceMethodref    */
        (IS_FMIREF_RESOLVED(fmiref) ? (fmiref)->p.method->clazz->name \
                                                                : (fmiref)->p.classref->name)
 
-/* macro for accessing the class name of a method reference                   */
+/* macro for accessing the class name of a field reference                   */
 #define FIELDREF_CLASSNAME(fmiref) \
        (IS_FMIREF_RESOLVED(fmiref) ? (fmiref)->p.field->clazz->name \
                                                                : (fmiref)->p.classref->name)