From 7179604fa7e891ff29b2a75bd3e45fa4da9fc39a Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 24 Oct 2007 15:58:57 -0400 Subject: [PATCH] comment typo From-SVN: r129610 --- gcc/cp/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 3fab4dc8a05e..8e48b1693d38 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -13588,7 +13588,7 @@ cp_parser_parameter_declaration (cp_parser *parser, 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. */ default_argument = make_node (DEFAULT_ARG); DEFARG_TOKENS (default_argument)