diff src/share/vm/ci/ciKlass.hpp @ 6840:6e5a59a8e4a7

Merge
author rbackman
date Tue, 09 Oct 2012 07:41:27 +0200
parents d8ce2825b193
children d13d7aba8c12
line wrap: on
line diff
--- a/src/share/vm/ci/ciKlass.hpp	Fri Oct 05 13:37:08 2012 -0700
+++ b/src/share/vm/ci/ciKlass.hpp	Tue Oct 09 07:41:27 2012 +0200
@@ -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 {