diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-10-24 11:26:23 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-10-24 11:26:23 +0000 |
commit | c74d0a20d1baab86d54a542518fc3dbf5ee0a9c4 (patch) | |
tree | 0208b1954e0a10ac0a5cf029a32c31eed84cb598 /gcc/calls.c | |
parent | 113f9ca750a1ad5340783e6ab32107f8c77f0440 (diff) | |
download | gcc-c74d0a20d1baab86d54a542518fc3dbf5ee0a9c4.tar.gz |
Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13024 138bc75d-0d04-0410-961f-82ee72b054a4
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 9f9d65909f4..cc92f54dcab 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -301,7 +301,7 @@ prepare_call_address (funexp, fndecl, call_fusage, reg_parm_seen) and optionally pop the results. The CALL_INSN is the first insn generated. - FNDECL is the declaration node of the function. This is given ot the + FNDECL is the declaration node of the function. This is given to the macro RETURN_POPS_ARGS to determine whether this function pops its own args. FUNTYPE is the data type of the function, or, for a library call, |