* parser.c (cp_parser_member_declaration): Fix comment typo.

From-SVN: r91970
This commit is contained in:
Volker Reichelt 2004-12-09 20:47:35 +00:00 committed by Volker Reichelt
parent 4f1da2e923
commit 5a19910e7c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-09 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* parser.c (cp_parser_member_declaration): Fix comment typo.
2004-12-09 Alexandre Oliva <aoliva@redhat.com>
PR c++/18757

View File

@ -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. */