final.c (final_start_function): Fix spelling of "necessary".

2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>

	* final.c (final_start_function): Fix spelling of "necessary".

From-SVN: r33617
This commit is contained in:
Mumit Khan 2000-05-02 21:52:27 +00:00 committed by Mumit Khan
parent 64b59a80f7
commit 3ac7948224
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-02 Mumit Khan <khan@xraylith.wisc.edu>
* final.c (final_start_function): Fix spelling of "necessary".
2000-05-02 Jason Merrill <jason@casey.cygnus.com>
* Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long.

View File

@ -1648,7 +1648,7 @@ final_start_function (first, file, optimize)
if (write_symbols)
{
number_blocks (current_function_decl);
remove_unncessary_notes ();
remove_unnecessary_notes ();
/* We never actually put out begin/end notes for the top-level
block in the function. But, conceptually, that block is
always needed. */