changeset 2131 | 98f9cef66a34 |
parent 1 | 489c9b5090e2 |
child 4643 | 61c659c91c57 |
--- a/hotspot/src/share/vm/opto/split_if.cpp Fri Feb 27 08:34:19 2009 -0800 +++ b/hotspot/src/share/vm/opto/split_if.cpp Fri Feb 27 13:27:09 2009 -0800 @@ -318,7 +318,7 @@ if( use->is_Phi() ) { // Phi uses in prior block // Grab the first Phi use; there may be many. - // Each will be handled as a seperate iteration of + // Each will be handled as a separate iteration of // the "while( phi->outcnt() )" loop. uint j; for( j = 1; j < use->req(); j++ )