hotspot/src/share/vm/oops/oop.pcgc.inline.hpp
changeset 13952 e3cf184080bc
parent 13728 882756847a04
child 15482 470d0b0c09f1
--- a/hotspot/src/share/vm/oops/oop.pcgc.inline.hpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/oops/oop.pcgc.inline.hpp	Sat Sep 29 06:40:00 2012 -0400
@@ -44,7 +44,7 @@
     // It might contain oops beyond the header, so take the virtual call.
     new_klass->oop_update_pointers(cm, this);
   }
-  // Else skip it.  The typeArrayKlass in the header never needs scavenging.
+  // Else skip it.  The TypeArrayKlass in the header never needs scavenging.
 }
 
 inline void oopDesc::follow_contents(ParCompactionManager* cm) {