calls.c (expand_call): Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Sat, 21 Apr 2001 21:38:22 +0000 (21:38 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 21 Apr 2001 21:38:22 +0000 (21:38 +0000)
2001-04-21  Kazu Hirata  <kazu@hxi.com>

* calls.c (expand_call): Fix a comment typo.

From-SVN: r41488

gcc/ChangeLog
gcc/calls.c

index f829983bde05e7af029e363107d158a622c1b66c..9ef74970e647fc47d57f8528ce32dd9e28af5503 100644 (file)
@@ -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  <zackw@stanford.edu>
 
        * configure.in: Probe for times, clock, struct tms, and clock_t.
index d0f3a14038a922d2c0de509583e87b4dccaf4d6e..43acb37229ad4999d14a53442f702b6dc40c26bd 100644 (file)
@@ -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,