diff options
Diffstat (limited to 'gcc/java/parse.h')
-rw-r--r-- | gcc/java/parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h index ccb18cc..1cc4b0b 100644 --- a/gcc/java/parse.h +++ b/gcc/java/parse.h @@ -235,7 +235,7 @@ extern tree stabilize_reference PARAMS ((tree)); } /* Build the string parm$<O> and store in into the identifier N. This - is used to contruct the name of hidden parameters used to + is used to construct the name of hidden parameters used to initialize outer scope aliases. */ #define MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID(N, O) \ { \ |