diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 045c9f9e1a2..bb12b0a1712 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -4619,7 +4619,7 @@ store_one_arg (arg, argblock, flags, variable_size, reg_parm_stack_space) } /* If parm is passed both in stack and in register and offset is - greater than reg_parm_stack_space, split the offset. */ + greater than reg_parm_stack_space, split the offset. */ if (arg->reg && arg->pass_on_stack) { if (arg->offset.constant < reg_parm_stack_space && arg->offset.var) |