mirror of git://gcc.gnu.org/git/gcc.git
c-decl.c (finish_function): Fix typo in comment.
2010-07-13 Manuel López-Ibáñez <manu@gcc.gnu.org> * c-decl.c (finish_function): Fix typo in comment. From-SVN: r162121
This commit is contained in:
parent
5676e87dda
commit
cc343f65a4
|
|
@ -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>
|
2010-07-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR bootstrap/44921
|
PR bootstrap/44921
|
||||||
|
|
|
||||||
|
|
@ -8054,7 +8054,7 @@ store_parm_decls (void)
|
||||||
|
|
||||||
|
|
||||||
/* Finish up a function declaration and compile that function
|
/* 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.
|
for the function definition.
|
||||||
|
|
||||||
This is called after parsing the body of the function definition. */
|
This is called after parsing the body of the function definition. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue