diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2004-12-09 20:47:35 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2004-12-09 20:47:35 +0000 |
commit | 5a19910e7cdbc5f2d169c7303cf48128ac2370b1 (patch) | |
tree | d4e9d6f421383a291c0fd60dcab3a5ae10390a4e /gcc | |
parent | 4f1da2e923a3e7d00d92bb9bc865266246b5f2ca (diff) | |
download | gcc-5a19910e7cdbc5f2d169c7303cf48128ac2370b1.zip gcc-5a19910e7cdbc5f2d169c7303cf48128ac2370b1.tar.gz gcc-5a19910e7cdbc5f2d169c7303cf48128ac2370b1.tar.bz2 |
* parser.c (cp_parser_member_declaration): Fix comment typo.
From-SVN: r91970
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/parser.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 696349f..26f4a48 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index ce3c7a6..64f468d 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. */ |