src/hotspot/share/gc/g1/g1CollectedHeap.hpp
changeset 48889 216c2aabbf1f
parent 48168 cb5d2d4453d0
child 48890 f9884e190f2b
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Thu Feb 08 20:19:02 2018 +0000
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Fri Feb 09 11:51:40 2018 +0100
@@ -1208,7 +1208,7 @@
   }
 
   // Iterate over heap regions, in address order, terminating the
-  // iteration early if the "doHeapRegion" method returns "true".
+  // iteration early if the "do_heap_region" method returns "true".
   void heap_region_iterate(HeapRegionClosure* blk) const;
 
   // Return the region with the given index. It assumes the index is valid.