From: paolo Date: Wed, 12 Jun 2013 14:38:18 +0000 (+0000) Subject: 2013-06-12 Paolo Carlini X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5967443486ef802f2846ffa2baa0835a1bcf063;p=thirdparty%2Fgcc.git 2013-06-12 Paolo Carlini * parser.c (cp_parser_nested_name_specifier_opt): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200017 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index c8a9e127963b..2c9398288cd0 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 7b4c358d5335..a581e88e44b9 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)) {