src/share/vm/adlc/output_h.cpp

changeset 1040
98cb887364d3
parent 1038
dbbe28fc66b5
child 1262
bf3489cc0aa0
     1.1 --- a/src/share/vm/adlc/output_h.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/adlc/output_h.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -574,7 +574,7 @@
     1.4    // Generate the user-defined portion of the format
     1.5    if( inst._format ) {
     1.6      // If there are replacement variables,
     1.7 -    // Generate index values needed for determing the operand position
     1.8 +    // Generate index values needed for determining the operand position
     1.9      if( inst._format->_rep_vars.count() )
    1.10        inst.index_temps(fp, globals);
    1.11  

mercurial