From: Mumit Khan Date: Tue, 2 May 2000 21:52:27 +0000 (+0000) Subject: final.c (final_start_function): Fix spelling of "necessary". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ac7948224e5da6a7e7cf5384e4f4799d0f38aab;p=gcc.git final.c (final_start_function): Fix spelling of "necessary". 2000-05-02 Mumit Khan * final.c (final_start_function): Fix spelling of "necessary". From-SVN: r33617 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 83bf4e4ca02..27efc8fb873 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-02 Mumit Khan + + * final.c (final_start_function): Fix spelling of "necessary". + 2000-05-02 Jason Merrill * Makefile.in (WARN_CFLAGS): Add -pedantic -Wno-long-long. diff --git a/gcc/final.c b/gcc/final.c index 1d4666ed764..28c6c0a9da3 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -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. */