diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 3f8fe70..69bc78e 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -1851,7 +1851,7 @@ cp_parser_check_for_invalid_template_id (cp_parser* parser, cp_lexer_consume_token (parser->lexer); /* Parse the template arguments. */ cp_parser_enclosed_template_argument_list (parser); - /* Permanently remove the invalid template arugments so that + /* Permanently remove the invalid template arguments so that this error message is not issued again. */ if (start >= 0) { |