* 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
+2013-06-12 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * parser.c (cp_parser_nested_name_specifier_opt): Fix typo in comment.
+
2013-06-12 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/42021
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))
{