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