aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2007-10-24 15:58:57 -0400
committerJason Merrill <jason@gcc.gnu.org>2007-10-24 15:58:57 -0400
commit7179604fa7e891ff29b2a75bd3e45fa4da9fc39a (patch)
tree02a2001535d7f8cc9bc555c5b453638db7f085bc /gcc
parent876fa8ec875b827d6dbee1357bcc86a93caecdda (diff)
downloadgcc-7179604fa7e891ff29b2a75bd3e45fa4da9fc39a.zip
gcc-7179604fa7e891ff29b2a75bd3e45fa4da9fc39a.tar.gz
gcc-7179604fa7e891ff29b2a75bd3e45fa4da9fc39a.tar.bz2
comment typo
From-SVN: r129610
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c
index 3fab4dc..8e48b16 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)