From 5c3decfd177102539ce87838154f30d01e30a41b Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Wed, 12 Jun 2013 14:38:18 +0000 Subject: [PATCH] parser.c (cp_parser_nested_name_specifier_opt): Fix typo in comment. 2013-06-12 Paolo Carlini * parser.c (cp_parser_nested_name_specifier_opt): Fix typo in comment. From-SVN: r200017 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/parser.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c8a9e127963..2c9398288cd 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2013-06-12 Paolo Carlini + + * parser.c (cp_parser_nested_name_specifier_opt): Fix typo in comment. + 2013-06-12 Paolo Carlini PR c++/42021 diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 7b4c358d533..a581e88e44b 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -5231,7 +5231,7 @@ cp_parser_nested_name_specifier_opt (cp_parser *parser, else if (ambiguous_decls) { // cp_parser_lookup_name has the same diagnostic, - // thus make sure to emit it almost once. + // thus make sure to emit it at most once. if (cp_parser_uncommitted_to_tentative_parse_p (parser)) { -- 2.30.2