comment typo
authorJason Merrill <jason@gcc.gnu.org>
Wed, 24 Oct 2007 19:58:57 +0000 (15:58 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 24 Oct 2007 19:58:57 +0000 (15:58 -0400)
From-SVN: r129610

gcc/cp/parser.c

index 3fab4dc8a05ebbd925ccf4b1e3f1b2c4284cf81d..8e48b1693d3810a87e5edb250e2c051cf448a473 100644 (file)
@@ -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)