hotspot/src/share/vm/opto/live.cpp
changeset 2131 98f9cef66a34
parent 2030 39d55e4534b4
child 2154 72a9b7284ccf
--- a/hotspot/src/share/vm/opto/live.cpp	Fri Feb 27 08:34:19 2009 -0800
+++ b/hotspot/src/share/vm/opto/live.cpp	Fri Feb 27 13:27:09 2009 -0800
@@ -39,7 +39,7 @@
 // Leftover bits become the new live-in for the predecessor block, and the pred
 // block is put on the worklist.
 //   The locally live-in stuff is computed once and added to predecessor
-// live-out sets.  This seperate compilation is done in the outer loop below.
+// live-out sets.  This separate compilation is done in the outer loop below.
 PhaseLive::PhaseLive( const PhaseCFG &cfg, LRG_List &names, Arena *arena ) : Phase(LIVE), _cfg(cfg), _names(names), _arena(arena), _live(0) {
 }