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/config | |
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/config')
-rw-r--r-- | gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 9b32180..585238f 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -7405,7 +7405,7 @@ ix86_split_lshrdi (operands, scratch) } } -/* Helper function for the string operations bellow. Dest VARIABLE whether +/* Helper function for the string operations below. Dest VARIABLE whether it is aligned to VALUE bytes. If true, jump to the label. */ static rtx ix86_expand_aligntest (variable, value) |