hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
changeset 8680 f1c414e16a4c
parent 8071 195789ab14f9
child 9989 305a76435cf1
--- a/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp	Thu Mar 03 21:02:56 2011 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/heapRegionSeq.cpp	Fri Mar 04 17:13:19 2011 -0500
@@ -165,7 +165,7 @@
 
   assert(num_so_far <= num, "post-condition");
   if (num_so_far == num) {
-    // we find enough space for the humongous object
+    // we found enough space for the humongous object
     assert(from <= first && first < _regions.length(), "post-condition");
     assert(first < curr && (curr - first) == (int) num, "post-condition");
     for (int i = first; i < first + (int) num; ++i) {