aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/chaitin.cpp
diff options
context:
space:
mode:
authortrims <none@none>2009-03-12 18:16:36 -0700
committertrims <none@none>2009-03-12 18:16:36 -0700
commit041a57ff94647742416faf1174c1b7a7e0ca1870 (patch)
tree7d1460f138a00c594cb7dd4097b6971a2c686eb4 /src/share/vm/opto/chaitin.cpp
parent588cc0e0a788ae20dce5a398cb22797e9a624a0e (diff)
parent35905ef55312d1b6080cafd470adb707e27b2440 (diff)
Merge
Diffstat (limited to 'src/share/vm/opto/chaitin.cpp')
-rw-r--r--src/share/vm/opto/chaitin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/opto/chaitin.cpp b/src/share/vm/opto/chaitin.cpp
index d551519c0..e890c4ae3 100644
--- a/src/share/vm/opto/chaitin.cpp
+++ b/src/share/vm/opto/chaitin.cpp
@@ -1246,7 +1246,7 @@ uint PhaseChaitin::Select( ) {
// 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