This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
comment typo fix
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 7 May 2008 11:16:20 +0930
- Subject: comment typo fix
Applying as obvious.
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog (revision 135015)
+++ gcc/ChangeLog (working copy)
@@ -1,3 +1,7 @@
+2008-05-07 Alan Modra <amodra@bigpond.net.au>
+
+ * c-decl.c (grokdeclarator): Comment typo.
+
2008-05-06 Aldy Hernandez <aldyh@redhat.com>
* tree-flow.h: Remove prototype for computed_goto_p.
Index: gcc/c-decl.c
===================================================================
--- gcc/c-decl.c (revision 135015)
+++ gcc/c-decl.c (working copy)
@@ -4068,7 +4068,7 @@ grokdeclarator (const struct c_declarato
declaration contains the `const'. A third possibility is that
there is a type qualifier on the element type of a typedefed
array type, in which case we should extract that qualifier so
- that c_apply_type_quals_to_decls receives the full list of
+ that c_apply_type_quals_to_decl receives the full list of
qualifiers to work with (C90 is not entirely clear about whether
duplicate qualifiers should be diagnosed in this case, but it
seems most appropriate to do so). */
--
Alan Modra
Australia Development Lab, IBM