Typo fix.
authorBen Elliston <bje@gcc.gnu.org>
Fri, 31 Mar 2006 03:08:41 +0000 (14:08 +1100)
committerBen Elliston <bje@gcc.gnu.org>
Fri, 31 Mar 2006 03:08:41 +0000 (14:08 +1100)
From-SVN: r112564

gcc/ChangeLog-2005

index 411addd..175bbb3 100644 (file)
 
        PR tree-optimization/25125
        * convert.c (convert_to_integer): Don't narrow the type of a
-       PLUX_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type
+       PLUS_EXPR or MINUS_EXPR if !flag_wrapv and the unwidened type
        is signed.
 
 2005-12-26  Graham Stott  <graham.stott@btinternet.com>