From 7391ddb49d5cccafae11c106a35716cfad3cab6b Mon Sep 17 00:00:00 2001 From: twisti Date: Fri, 27 Feb 2009 13:27:09 -0800 Subject: 6810672: Comment typos Summary: I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never --- src/share/vm/opto/chaitin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/share/vm/opto/chaitin.cpp') diff --git a/src/share/vm/opto/chaitin.cpp b/src/share/vm/opto/chaitin.cpp index 82558d8f5..363db9117 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 -- cgit v1.2.3