This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] expmed.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2004-11-06  Kazu Hirata  <kazu@cs.umass.edu>

	* expmed.c: Fix a comment typo.

Index: expmed.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/expmed.c,v
retrieving revision 1.201
diff -u -d -p -r1.201 expmed.c
--- expmed.c	5 Nov 2004 23:58:39 -0000	1.201
+++ expmed.c	6 Nov 2004 13:26:55 -0000
@@ -1885,7 +1885,7 @@ extract_force_align_mem_bit_field (rtx o
 
   /* 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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]