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 8a3af33570e..aa649801ec2 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -2353,7 +2353,7 @@ expand_call (tree exp, rtx target, int ignore) /* Start updating where the next arg would go. - On some machines (such as the PA) indirect calls have a difuferent + On some machines (such as the PA) indirect calls have a different calling convention than normal calls. The last argument in INIT_CUMULATIVE_ARGS tells the backend if this is an indirect call or not. */ |