From: Richard Kenner Date: Wed, 7 Dec 1994 00:05:08 +0000 (-0500) Subject: Fix comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=136cf361d69346b82a69b41ed98931c9e364c7a1;p=gcc.git Fix comments. From-SVN: r8618 --- diff --git a/gcc/integrate.c b/gcc/integrate.c index 12f03890f4c..ebb34b0acc0 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -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)