diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/expmed.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb2ad19..b0068e7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-06 Kazu Hirata <kazu@cs.umass.edu> + + * expmed.c: Fix a comment typo. + 2004-11-06 Aaron W. LaFramboise <aaronavay62@aaronwl.com> PR target/18106 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) |