final.c (final_start_function): Fix spelling of "necessary".
authorMumit Khan <khan@xraylith.wisc.edu>
Tue, 2 May 2000 21:52:27 +0000 (21:52 +0000)
committerMumit Khan <khan@gcc.gnu.org>
Tue, 2 May 2000 21:52:27 +0000 (21:52 +0000)
2000-05-02  Mumit Khan  <khan@xraylith.wisc.edu>

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

From-SVN: r33617

gcc/ChangeLog
gcc/final.c

index 83bf4e4ca02c72d59dfa33e063be8a82ef591df3..27efc8fb8732fa71832e91375282515b70f056b9 100644 (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.
index 1d4666ed764040dc701eea657f93c7dc72bb9691..28c6c0a9da326e5b99c49340e34708a41f1eba10 100644 (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.  */