hotspot/src/share/vm/prims/jvmtiTagMap.cpp
changeset 31974 869b4f9cbb40
parent 30764 fec48bf5a827
child 32607 c69a7b61ab02
--- a/hotspot/src/share/vm/prims/jvmtiTagMap.cpp	Wed Jul 22 18:01:11 2015 +0000
+++ b/hotspot/src/share/vm/prims/jvmtiTagMap.cpp	Thu Jul 23 08:45:25 2015 +0200
@@ -2824,7 +2824,7 @@
   if (klass->oop_is_instance()) {
     InstanceKlass* ik = InstanceKlass::cast(klass);
 
-    // ignore the class if it's has been initialized yet
+    // Ignore the class if it hasn't been initialized yet
     if (!ik->is_linked()) {
       return true;
     }