From cc343f65a48d5ec694f10cb31250587f01e3828e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Tue, 13 Jul 2010 01:40:22 +0000 Subject: [PATCH] c-decl.c (finish_function): Fix typo in comment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2010-07-13 Manuel López-Ibáñez * c-decl.c (finish_function): Fix typo in comment. From-SVN: r162121 --- gcc/ChangeLog | 4 ++++ gcc/c-decl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2e537022daa..c0b2a01cc68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-07-13 Manuel López-Ibáñez + + * c-decl.c (finish_function): Fix typo in comment. + 2010-07-12 H.J. Lu PR bootstrap/44921 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. */ -- 2.30.2