]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c-decl.c (finish_function): Fix typo in comment.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 13 Jul 2010 01:40:22 +0000 (01:40 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 13 Jul 2010 01:40:22 +0000 (01:40 +0000)
2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>

* c-decl.c (finish_function): Fix typo in comment.

From-SVN: r162121

gcc/ChangeLog
gcc/c-decl.c

index 2e537022daa213d66a67eeb3bf6179ace2fc85b2..c0b2a01cc6888f63d46ef5755a7fc05092a3e580 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-13  Manuel López-Ibáñez  <manu@gcc.gnu.org>
+
+       * c-decl.c (finish_function): Fix typo in comment.
+       
 2010-07-12  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR bootstrap/44921
index 2033a3b1e9f33d0f57818e996adf9fc6d5482080..73a8dc01aecee00ff30c17113a5462cbf8359e7c 100644 (file)
@@ -8054,7 +8054,7 @@ store_parm_decls (void)
 \f
 
 /* 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.  */