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

Merge
author trims
date Thu, 12 Mar 2009 18:16:36 -0700
parents 0fbdb4381b99 98cb887364d3
children fbc12e71c476
line wrap: on
line diff
--- a/src/share/vm/opto/chaitin.cpp	Mon Mar 09 13:34:00 2009 -0700
+++ b/src/share/vm/opto/chaitin.cpp	Thu Mar 12 18:16:36 2009 -0700
@@ -1246,7 +1246,7 @@
 
       // If the live range is not bound, then we actually had some choices
       // to make.  In this case, the mask has more bits in it than the colors
-      // choosen.  Restrict the mask to just what was picked.
+      // chosen.  Restrict the mask to just what was picked.
       if( lrg->num_regs() == 1 ) { // Size 1 live range
         lrg->Clear();           // Clear the mask
         lrg->Insert(reg);       // Set regmask to match selected reg