diff -r ec59443af135 -r 98cb887364d3 src/share/vm/opto/parse1.cpp --- a/src/share/vm/opto/parse1.cpp Fri Feb 27 08:34:19 2009 -0800 +++ b/src/share/vm/opto/parse1.cpp Fri Feb 27 13:27:09 2009 -0800 @@ -607,7 +607,7 @@ if (control()->is_Region() && !block->is_loop_head() && !has_irreducible && !block->is_handler()) { // In the absence of irreducible loops, the Region and Phis // associated with a merge that doesn't involve a backedge can - // be simplfied now since the RPO parsing order guarantees + // be simplified now since the RPO parsing order guarantees // that any path which was supposed to reach here has already // been parsed or must be dead. Node* c = control();