c-decl.c (grokdeclarator): Comment typo.
authorAlan Modra <amodra@bigpond.net.au>
Wed, 7 May 2008 01:46:50 +0000 (01:46 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 7 May 2008 01:46:50 +0000 (11:16 +0930)
* c-decl.c (grokdeclarator): Comment typo.

From-SVN: r135016

gcc/ChangeLog
gcc/c-decl.c

index 83312ca148a8b5bfd3810fc5778ad1a7808ebdf3..2a12ec1431aeb7bc18ad2f5bee3e0fff601fb0f8 100644 (file)
@@ -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 979b03c36d2443ecbd3f225194877c35393ec049..a51f76e8a0cd482a632e8dbeba3ac10f8fcbb9a2 100644 (file)
@@ -4068,7 +4068,7 @@ grokdeclarator (const struct c_declarator *declarator,
      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).  */