]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2013-06-12 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2013 14:38:18 +0000 (14:38 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Jun 2013 14:38:18 +0000 (14:38 +0000)
* 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

gcc/cp/ChangeLog
gcc/cp/parser.c

index c8a9e127963b9b93439f8eba561e07f850b52431..2c9398288cd00f719a357cea642ce77ab52f9697 100644 (file)
@@ -1,3 +1,7 @@
+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
index 7b4c358d5335d9237f7b1b0ba1a3ea96e8a7a7e4..a581e88e44b9543c6c14a0aece90fc6b57ade1e0 100644 (file)
@@ -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 amost once.
                          if (cp_parser_uncommitted_to_tentative_parse_p
                              (parser))
                            {