From 136cf361d69346b82a69b41ed98931c9e364c7a1 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 6 Dec 1994 19:05:08 -0500 Subject: [PATCH] Fix comments. From-SVN: r8618 --- gcc/integrate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.30.2