summaryrefslogtreecommitdiffstats
path: root/gcc/expmed.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-06 13:29:34 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-06 13:29:34 +0000
commitb2ed2f21f10f4d4f29fe3307e84d4f82cd590335 (patch)
tree9cbdbe331a8117c7f1147bead545c055f8dfa519 /gcc/expmed.c
parentd1d54223348b2f353d3505c9de3cf685bdb5301f (diff)
downloadppe42-gcc-b2ed2f21f10f4d4f29fe3307e84d4f82cd590335.tar.gz
ppe42-gcc-b2ed2f21f10f4d4f29fe3307e84d4f82cd590335.zip
* expmed.c: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90171 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r--gcc/expmed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c
index 475cdcf71fb..a108efaa4ee 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -1885,7 +1885,7 @@ extract_force_align_mem_bit_field (rtx op0, unsigned HOST_WIDE_INT bitsize,
/* At the end, we'll need an additional shift to deal with sign/zero
extension. By default this will be a left+right shift of the
- appropriate size. But we may be able to elimitate one of them. */
+ appropriate size. But we may be able to eliminate one of them. */
sign_shift_up = sign_shift_dn = m_bitsize - bitsize;
if (STRICT_ALIGNMENT)
OpenPOWER on IntegriCloud