aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2008-05-07 01:46:50 +0000
committerAlan Modra <amodra@gcc.gnu.org>2008-05-07 11:16:50 +0930
commit5f04ff80704a5ba2328db57acf2f01e21308c6b6 (patch)
tree8945f3d013d95f0a995b0070f82776a7a650982d /gcc
parent4db6bc0f6ea65d3de4d17002c6284cb0bc2909aa (diff)
downloadgcc-5f04ff80704a5ba2328db57acf2f01e21308c6b6.zip
gcc-5f04ff80704a5ba2328db57acf2f01e21308c6b6.tar.gz
gcc-5f04ff80704a5ba2328db57acf2f01e21308c6b6.tar.bz2
c-decl.c (grokdeclarator): Comment typo.
* c-decl.c (grokdeclarator): Comment typo. From-SVN: r135016
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c-decl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 83312ca..2a12ec1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 979b03c..a51f76e 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -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). */