Fix comments.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 7 Dec 1994 00:05:08 +0000 (19:05 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 7 Dec 1994 00:05:08 +0000 (19:05 -0500)
From-SVN: r8618

gcc/integrate.c

index 12f0389..ebb34b0 100644 (file)
@@ -1649,8 +1649,8 @@ expand_inline_function (fndecl, parms, target, ignore, type, structure_value_add
   global_const_equiv_map = map->const_equiv_map;
   global_const_equiv_map_size = map->const_equiv_map_size;
 
-  /* If the called fucntion does an alloca, save and restore the
-     frame pointer around the call.  This saves stack space, but
+  /* If the called function does an alloca, save and restore the
+     stack pointer around the call.  This saves stack space, but
      also is required if this inline is being done between two
      pushes.  */
   if (FUNCTION_FLAGS (header) & FUNCTION_FLAGS_CALLS_ALLOCA)