src/share/vm/opto/split_if.cpp

changeset 1040
98cb887364d3
parent 435
a61af66fc99e
child 1607
b2b6a9bf6238
     1.1 --- a/src/share/vm/opto/split_if.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/split_if.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -318,7 +318,7 @@
     1.4  
     1.5    if( use->is_Phi() ) {         // Phi uses in prior block
     1.6      // Grab the first Phi use; there may be many.
     1.7 -    // Each will be handled as a seperate iteration of
     1.8 +    // Each will be handled as a separate iteration of
     1.9      // the "while( phi->outcnt() )" loop.
    1.10      uint j;
    1.11      for( j = 1; j < use->req(); j++ )

mercurial