mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -277,7 +277,7 @@ public:
|
|||
//
|
||||
// Generate the format call for the replacement variable
|
||||
void rep_var_format(FILE *fp, const char *rep_var);
|
||||
// Generate index values needed for determing the operand position
|
||||
// Generate index values needed for determining the operand position
|
||||
void index_temps (FILE *fp, FormDict &globals, const char *prefix = "", const char *receiver = "");
|
||||
// ---------------------------
|
||||
|
||||
|
@ -344,7 +344,7 @@ public:
|
|||
|
||||
// --------------------------- Code Block
|
||||
// Add code
|
||||
void add_code(const char *string_preceeding_replacement_var);
|
||||
void add_code(const char *string_preceding_replacement_var);
|
||||
// Add a replacement variable or one of its subfields
|
||||
// Subfields are stored with a leading '$'
|
||||
void add_rep_var(char *replacement_var);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue