hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
changeset 2133 30b3986c8150
parent 2121 0b899b36d991
parent 2131 98f9cef66a34
child 2146 e1efdb8c4eca
--- a/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Fri Feb 27 15:30:47 2009 -0800
+++ b/hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Tue Mar 03 10:34:22 2009 -0800
@@ -2513,7 +2513,7 @@
     }
     save_marks();
 
-    // We must do this before any possible evacuation that should propogate
+    // We must do this before any possible evacuation that should propagate
     // marks, including evacuation of popular objects in a popular pause.
     if (mark_in_progress()) {
       double start_time_sec = os::elapsedTime();