aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorKazu Hirata <kazu@hxi.com>2001-07-11 01:04:26 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2001-07-11 01:04:26 +0000
commit0407c02b4ec356223be693ef19cb9307afce5e45 (patch)
tree8076df6fdf0c8103c40ce627bf07e25c9e1d5c8b /gcc/config
parenta1b2ebc0b23cce4a16a643b50266b09747c4f985 (diff)
downloadgcc-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.c2
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)