diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-08-28 06:54:22 -0400 |
commit | abc95ed36d4c350fa1e23c1d322fee9bd8a018fe (patch) | |
tree | 1c83e6e4689be8894157ee8b0f76e689bf3b8871 /gcc/function.c | |
parent | 2d5144e9ae5ef3e32c059f6a572d4bab6863c976 (diff) | |
download | gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.zip gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.gz gcc-abc95ed36d4c350fa1e23c1d322fee9bd8a018fe.tar.bz2 |
Fix spelling errors.
From-SVN: r10289
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index acf46ce..1268375 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -3456,7 +3456,7 @@ assign_parms (fndecl, second_time) ??? When MAYBE_REG_PARM_STACK_SPACE is defined, we can't tell whether this parameter already has a stack slot allocated, because an arg block exists only if current_function_args_size - is larger than some threshhold, and we haven't calculated that + is larger than some threshold, and we haven't calculated that yet. So, for now, we just assume that stack slots never exist in this case. */ || REG_PARM_STACK_SPACE (fndecl) > 0 |