hotspot/src/share/vm/ci/ciKlass.hpp
changeset 13952 e3cf184080bc
parent 13728 882756847a04
child 20702 bbe0fcde6e13
--- a/hotspot/src/share/vm/ci/ciKlass.hpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/ci/ciKlass.hpp	Sat Sep 29 06:40:00 2012 -0400
@@ -33,7 +33,7 @@
 // HotSpot virtual machine.  In the vm, each Klass* contains an
 // embedded Klass object.  ciKlass is subclassed to explicitly
 // represent the kind of Klass embedded in the Klass*.  For
-// example, a Klass* with an embedded objArrayKlass object is
+// example, a Klass* with an embedded ObjArrayKlass object is
 // represented in the ciObject hierarchy by the class
 // ciObjArrayKlass.
 class ciKlass : public ciType {