summaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-13 01:40:22 +0000
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-13 01:40:22 +0000
commitdcf94f3a03fc0326bca41df5004c0ebe04dbb87a (patch)
treef3e0301e16b8f10e8ee517317dba1c40f83f4e9e /gcc/c-decl.c
parentc2130a4bfe77e8b210e9ee367d10d12d974e5ad3 (diff)
downloadgcc-dcf94f3a03fc0326bca41df5004c0ebe04dbb87a.tar.gz
2010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org>
* c-decl.c (finish_function): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162121 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 2033a3b1e9f..73a8dc01aec 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -8054,7 +8054,7 @@ store_parm_decls (void)
/* Finish up a function declaration and compile that function
- all the way to assembler language output. The free the storage
+ all the way to assembler language output. Then free the storage
for the function definition.
This is called after parsing the body of the function definition. */