* parser.c (cp_parser_member_declaration): Fix comment typo.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Thu, 9 Dec 2004 20:47:35 +0000 (20:47 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Thu, 9 Dec 2004 20:47:35 +0000 (20:47 +0000)
From-SVN: r91970

gcc/cp/ChangeLog
gcc/cp/parser.c

index 696349f7be88c9cce58d99cd4d264d56b3611ecb..26f4a487b1dcb31d56b6619d3fa5c8bb9e390851 100644 (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
index ce3c7a6838daeb588ea86a41abd1f5f0602d6c3b..64f468d4a2b0d03acdae986358863c0137ddd758 100644 (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.  */