From 15d2cb190ee1fa9fc8e0ddbe6399271442627004 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Sat, 11 Jan 2003 09:09:41 +0000 Subject: [PATCH] parser.c: Fix comment typos. 2003-01-11 Phil Edwards * parser.c: Fix comment typos. From-SVN: r61198 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/parser.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 9430def13ac..47dc6fa787a 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2003-01-11 Phil Edwards + + * parser.c: Fix comment typos. + 2003-01-10 Mark Mitchell PR c++/9099 diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index ebd919d970f..acbfd11ef03 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -952,7 +952,7 @@ cp_lexer_rollback_tokens (lexer) lexer->next_token = cp_lexer_advance_token (lexer, lexer->first_token, delta); - /* It might be the case that there wer no tokens when we started + /* It might be the case that there were no tokens when we started saving tokens, but that there are some tokens now. */ if (!lexer->next_token && lexer->first_token) lexer->next_token = lexer->first_token; @@ -3109,7 +3109,7 @@ cp_parser_primary_expression (cp_parser *parser, If CHECK_DEPENDENCY_P is false, then names are looked up inside uninstantiated templates. - If *TEMPLATE_KEYWORD_P is non-NULL, it is set to true iff the + If *TEMPLATE_P is non-NULL, it is set to true iff the `template' keyword is used to explicitly indicate that the entity named is a template. */ -- 2.30.2