diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 696349f7be8..26f4a487b1d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-12-09 Volker Reichelt + + * parser.c (cp_parser_member_declaration): Fix comment typo. + 2004-12-09 Alexandre Oliva PR c++/18757 diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index ce3c7a6838d..64f468d4a2b 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -13144,7 +13144,7 @@ cp_parser_member_declaration (cp_parser* parser) initializer = NULL_TREE; /* See if we are probably looking at a function - definition. We are certainly not looking at at a + definition. We are certainly not looking at a member-declarator. Calling `grokfield' has side-effects, so we must not do it unless we are sure that we are looking at a member-declarator. */