From: Kazu Hirata Date: Sat, 6 Nov 2004 13:29:34 +0000 (+0000) Subject: * expmed.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68daef2a0a70921afc2cc30a691b979763269cdb;p=gcc.git * expmed.c: Fix a comment typo. From-SVN: r90171 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cb2ad19d1a5..b0068e7176e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-06 Kazu Hirata + + * expmed.c: Fix a comment typo. + 2004-11-06 Aaron W. LaFramboise PR target/18106 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)