hotspot/src/share/vm/oops/klassVtable.hpp
changeset 13952 e3cf184080bc
parent 13728 882756847a04
child 14385 959bbcc16725
--- a/hotspot/src/share/vm/oops/klassVtable.hpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/oops/klassVtable.hpp	Sat Sep 29 06:40:00 2012 -0400
@@ -31,7 +31,7 @@
 #include "utilities/growableArray.hpp"
 
 // A klassVtable abstracts the variable-length vtable that is embedded in InstanceKlass
-// and arrayKlass.  klassVtable objects are used just as convenient transient accessors to the vtable,
+// and ArrayKlass.  klassVtable objects are used just as convenient transient accessors to the vtable,
 // not to actually hold the vtable data.
 // Note: the klassVtable should not be accessed before the class has been verified
 // (until that point, the vtable is uninitialized).