diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2005-02-24 21:55:15 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-02-24 21:55:15 +0000 |
commit | 78dcd41a317d983e376790610471bdcb4967fc93 (patch) | |
tree | eb97d91b98de2dfcb8bb5c867dfa39c69b60df87 /gcc/cp/parser.c | |
parent | 3f1176568bb51d0d953470763a715ec12dcbfea6 (diff) | |
download | gcc-78dcd41a317d983e376790610471bdcb4967fc93.zip gcc-78dcd41a317d983e376790610471bdcb4967fc93.tar.gz gcc-78dcd41a317d983e376790610471bdcb4967fc93.tar.bz2 |
call.c, [...]: Fix comment typo(s).
* call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
parser.c: Fix comment typo(s).
From-SVN: r95517
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 765991f..3db7f2e 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -9580,7 +9580,7 @@ cp_parser_simple_type_specifier (cp_parser* parser, typedef-name: identifier - Returns a TYPE_DECL for the the type. */ + Returns a TYPE_DECL for the type. */ static tree cp_parser_type_name (cp_parser* parser) @@ -14333,7 +14333,7 @@ cp_parser_lookup_name (cp_parser *parser, tree name, lookup_member, we must enter the scope here. */ if (dependent_p) pushed_scope = push_scope (parser->scope); - /* If the PARSER->SCOPE is a a template specialization, it + /* If the PARSER->SCOPE is a template specialization, it may be instantiated during name lookup. In that case, errors may be issued. Even if we rollback the current tentative parse, those errors are valid. */ |