src/hotspot/share/gc/z/zHeapIterator.cpp
changeset 50875 2217b2fc29ea
parent 50871 d283a214f42b
child 51803 a16777c0a6c5
--- a/src/hotspot/share/gc/z/zHeapIterator.cpp	Thu Jun 28 10:09:58 2018 +0000
+++ b/src/hotspot/share/gc/z/zHeapIterator.cpp	Thu Jun 28 12:14:37 2018 +0200
@@ -187,7 +187,7 @@
   ZRootsIterator roots;
 
   // Follow roots. Note that we also visit the JVMTI weak tag map
-  // as if they where strong roots to make sure we visit all tagged
+  // as if they were strong roots to make sure we visit all tagged
   // objects, even those that might now have become unreachable.
   // If we didn't do this the user would have expected to see
   // ObjectFree events for unreachable objects in the tag map.