From: Kazu Hirata Date: Sat, 21 Apr 2001 21:38:22 +0000 (+0000) Subject: calls.c (expand_call): Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d80d2d2a5bc41e42d5670a5336fd38307eebb1d9;p=gcc.git calls.c (expand_call): Fix a comment typo. 2001-04-21 Kazu Hirata * calls.c (expand_call): Fix a comment typo. From-SVN: r41488 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f829983bde0..9ef74970e64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -16,6 +16,8 @@ Fix a comment typo. * config/i960/i960.c (signed_arith_operand): Likewise. + * calls.c (expand_call): Fix a comment typo. + 2001-04-20 Zack Weinberg * configure.in: Probe for times, clock, struct tms, and clock_t. 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,