]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* parser.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 30 Nov 2004 15:07:39 +0000 (15:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 30 Nov 2004 15:07:39 +0000 (15:07 +0000)
From-SVN: r91525

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

index 449be96ceeae83533bc8fa6b156a9ac1fd3167f2..7f65a2ddde8bb53b7b780df4c469f2559b0492f9 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * parser.c: Fix comment typos.
+
 2004-11-27  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/18368
index ebcf852c20c8f0e12ba735e3510f5b58757a0519..0e0dccd74d79dcb0d84f39543d82474bee9f010e 100644 (file)
@@ -1862,7 +1862,7 @@ cp_parser_check_type_definition (cp_parser* parser)
 }
 
 /* This function is called when the DECLARATOR is processed.  The TYPE
-   was a type definied in the decl-specifiers.  If it is invalid to
+   was a type defined in the decl-specifiers.  If it is invalid to
    define a type in the decl-specifiers for DECLARATOR, an error is
    issued.  */
 
@@ -14067,7 +14067,7 @@ cp_parser_label_declaration (cp_parser* parser)
    If there was no entity with the indicated NAME, the ERROR_MARK_NODE
    is returned.
 
-   If TAG_TYPE is not NONE_TYPE, it inidcates an explicit type keyword
+   If TAG_TYPE is not NONE_TYPE, it indicates an explicit type keyword
    (e.g., "struct") that was used.  In that case bindings that do not
    refer to types are ignored.