Commit 7179604f by Jason Merrill

comment typo

From-SVN: r129610
parent 876fa8ec
...@@ -13588,7 +13588,7 @@ cp_parser_parameter_declaration (cp_parser *parser, ...@@ -13588,7 +13588,7 @@ cp_parser_parameter_declaration (cp_parser *parser,
token = cp_lexer_consume_token (parser->lexer); token = cp_lexer_consume_token (parser->lexer);
} }
/* Create a DEFAULT_ARG to represented the unparsed default /* Create a DEFAULT_ARG to represent the unparsed default
argument. */ argument. */
default_argument = make_node (DEFAULT_ARG); default_argument = make_node (DEFAULT_ARG);
DEFARG_TOKENS (default_argument) DEFARG_TOKENS (default_argument)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment