From 333adf288599adc4c480675a3d0953284e7ef06b Mon Sep 17 00:00:00 2001 From: amodra Date: Wed, 7 May 2008 01:46:50 +0000 Subject: [PATCH] * c-decl.c (grokdeclarator): Comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135016 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/c-decl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83312ca148a..2a12ec1431a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-05-07 Alan Modra + + * c-decl.c (grokdeclarator): Comment typo. + 2008-05-06 Aldy Hernandez * tree-flow.h: Remove prototype for computed_goto_p. diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 979b03c36d2..a51f76e8a0c 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). */ -- 2.11.0