hotspot/src/share/vm/memory/tenuredGeneration.cpp
changeset 22551 9bf46d16dcc6
parent 22234 da823d78ad65
child 26324 6b9c12e15535
--- a/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Tue Jan 14 16:40:33 2014 +0100
+++ b/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Thu Jan 23 14:47:23 2014 +0100
@@ -135,7 +135,7 @@
                     free());
     }
   }
-  // If we had to expand to accomodate promotions from younger generations
+  // If we had to expand to accommodate promotions from younger generations
   if (!result && _capacity_at_prologue < capacity()) {
     result = true;
     if (PrintGC && Verbose) {