diff src/share/vm/opto/loopUnswitch.cpp @ 628:7bb995fbd3c0

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 98cb887364d3
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/opto/loopUnswitch.cpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/src/share/vm/opto/loopUnswitch.cpp	Thu Mar 12 18:16:36 2009 -0700
@@ -131,7 +131,7 @@
 
   ProjNode* proj_false = invar_iff->proj_out(0)->as_Proj();
 
-  // Hoist invariant casts out of each loop to the appropiate
+  // Hoist invariant casts out of each loop to the appropriate
   // control projection.
 
   Node_List worklist;