src/hotspot/cpu/x86/templateTable_x86.cpp
changeset 49987 e4b3cc56e2b2
parent 49748 6a880e576856
child 50094 2f79462aab9b
child 56535 532bc255382f
--- a/src/hotspot/cpu/x86/templateTable_x86.cpp	Fri May 04 10:45:47 2018 -0400
+++ b/src/hotspot/cpu/x86/templateTable_x86.cpp	Fri May 04 12:14:09 2018 -0400
@@ -442,7 +442,7 @@
   __ bind(resolved);
 
   { // Check for the null sentinel.
-    // If we just called the VM, that already did the mapping for us,
+    // If we just called the VM, it already did the mapping for us,
     // but it's harmless to retry.
     Label notNull;
     ExternalAddress null_sentinel((address)Universe::the_null_sentinel_addr());