src/share/vm/adlc/formssel.hpp

changeset 1040
98cb887364d3
parent 1038
dbbe28fc66b5
child 1290
f9094a5e1c8a
     1.1 --- a/src/share/vm/adlc/formssel.hpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/adlc/formssel.hpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -277,7 +277,7 @@
     1.4    //
     1.5    // Generate the format call for the replacement variable
     1.6    void                rep_var_format(FILE *fp, const char *rep_var);
     1.7 -  // Generate index values needed for determing the operand position
     1.8 +  // Generate index values needed for determining the operand position
     1.9    void                index_temps   (FILE *fp, FormDict &globals, const char *prefix = "", const char *receiver = "");
    1.10    // ---------------------------
    1.11  
    1.12 @@ -344,7 +344,7 @@
    1.13  
    1.14    // --------------------------- Code Block
    1.15    // Add code
    1.16 -  void add_code(const char *string_preceeding_replacement_var);
    1.17 +  void add_code(const char *string_preceding_replacement_var);
    1.18    // Add a replacement variable or one of its subfields
    1.19    // Subfields are stored with a leading '$'
    1.20    void add_rep_var(char *replacement_var);

mercurial