8171226: simple typo in the JVMTI spec
authorsspitsyn
Wed, 14 Dec 2016 02:35:33 -0800
changeset 42628 011eb980d4b7
parent 42627 0e7a86ac37c2
child 42629 dfaaeeb05f22
8171226: simple typo in the JVMTI spec Summary: replace "bot" with "not" Reviewed-by: alanb
hotspot/src/share/vm/prims/jvmti.xml
--- a/hotspot/src/share/vm/prims/jvmti.xml	Thu Dec 08 15:49:29 2016 +0100
+++ b/hotspot/src/share/vm/prims/jvmti.xml	Wed Dec 14 02:35:33 2016 -0800
@@ -3370,7 +3370,7 @@
 	  </constant>
 	  <constant id="JVMTI_HEAP_REFERENCE_SUPERCLASS" num="10">
             Reference from a class to its superclass. 
-            A callback is bot sent if the superclass is <code>java.lang.Object</code>.
+            A callback is not sent if the superclass is <code>java.lang.Object</code>.
             Note: loaded classes define superclasses via a constant pool
             reference, so the referenced superclass may also be reported with 
             a <code>JVMTI_HEAP_REFERENCE_CONSTANT_POOL</code> reference kind.