aboutsummaryrefslogtreecommitdiff
path: root/gcc/expmed.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-06 13:29:34 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-06 13:29:34 +0000
commit68daef2a0a70921afc2cc30a691b979763269cdb (patch)
tree9cbdbe331a8117c7f1147bead545c055f8dfa519 /gcc/expmed.c
parent6ea123cec7668c5bb4057a97280a4c49c02bb0c3 (diff)
downloadgcc-68daef2a0a70921afc2cc30a691b979763269cdb.zip
gcc-68daef2a0a70921afc2cc30a691b979763269cdb.tar.gz
gcc-68daef2a0a70921afc2cc30a691b979763269cdb.tar.bz2
* expmed.c: Fix a comment typo.
From-SVN: r90171
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 475cdcf..a108efa 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)