diff options
author | Kazu Hirata <kazu@hxi.com> | 2001-07-11 01:04:26 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2001-07-11 01:04:26 +0000 |
commit | 0407c02b4ec356223be693ef19cb9307afce5e45 (patch) | |
tree | 8076df6fdf0c8103c40ce627bf07e25c9e1d5c8b /gcc/calls.c | |
parent | a1b2ebc0b23cce4a16a643b50266b09747c4f985 (diff) | |
download | gcc-0407c02b4ec356223be693ef19cb9307afce5e45.zip gcc-0407c02b4ec356223be693ef19cb9307afce5e45.tar.gz gcc-0407c02b4ec356223be693ef19cb9307afce5e45.tar.bz2 |
calls.c (emit_library_call_value_1): Fix a comment typo.
2001-07-10 Kazu Hirata <kazu@hxi.com>
* calls.c (emit_library_call_value_1): Fix a comment typo.
* dwarf2out.c (mem_loc_descriptor): Likewise.
* config/i386/i386.c (ix86_expand_aligntest): Likewise.
From-SVN: r43917
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 c5a5cb6..36aa4b57 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -3462,7 +3462,7 @@ expand_call (exp, target, ignore) /* Output a library call to function FUN (a SYMBOL_REF rtx). The RETVAL parameter specifies whether return value needs to be saved, other - parameters are documented in the emit_library_call function bellow. */ + parameters are documented in the emit_library_call function below. */ static rtx emit_library_call_value_1 (retval, orgfun, value, fn_type, outmode, nargs, p) int retval; |