summaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-21 21:38:22 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-21 21:38:22 +0000
commit00dddcf2e987bc18abe9160483c2ca7f2c7bcb2b (patch)
tree73e32a15d7744484d03d8e81701e71fbf85a5097 /gcc/calls.c
parente9107d97deb8485495ebb277b6120c7ba5293c72 (diff)
downloadgcc-00dddcf2e987bc18abe9160483c2ca7f2c7bcb2b.tar.gz
2001-04-21 Kazu Hirata <kazu@hxi.com>
* calls.c (expand_call): Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41488 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index d0f3a14038a..43acb37229a 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -2374,8 +2374,8 @@ expand_call (exp, target, ignore)
args = (struct arg_data *) alloca (num_actuals * sizeof (struct arg_data));
memset ((char *) args, 0, num_actuals * sizeof (struct arg_data));
- /* Build up entries inthe ARGS array, compute the size of the arguments
- into ARGS_SIZE, etc. */
+ /* Build up entries in the ARGS array, compute the size of the
+ arguments into ARGS_SIZE, etc. */
initialize_argument_information (num_actuals, args, &args_size,
n_named_args, actparms, fndecl,
&args_so_far, reg_parm_stack_space,