aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-12-06 19:05:08 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-12-06 19:05:08 -0500
commit136cf361d69346b82a69b41ed98931c9e364c7a1 (patch)
treee42a505efc059b27d2a75524d529b47562e7f263 /gcc
parent4bc3bc607a06d3feb6c990b895f36b6d44ad3243 (diff)
downloadgcc-136cf361d69346b82a69b41ed98931c9e364c7a1.zip
gcc-136cf361d69346b82a69b41ed98931c9e364c7a1.tar.gz
gcc-136cf361d69346b82a69b41ed98931c9e364c7a1.tar.bz2
Fix comments.
From-SVN: r8618
Diffstat (limited to 'gcc')
-rw-r--r--gcc/integrate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index 12f0389..ebb34b0 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)