diff src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp @ 607:d8c7fa77a6dc

Merge
author kvn
date Tue, 03 Mar 2009 10:34:22 -0800
parents 3698e8f47799 98cb887364d3
children bcedf688d882
line wrap: on
line diff
--- a/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp	Fri Feb 27 15:30:47 2009 -0800
+++ b/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();