Fix typo.
authorDavid Edelsohn <dje@gcc.gnu.org>
Mon, 28 Nov 2016 19:57:50 +0000 (14:57 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 28 Nov 2016 19:57:50 +0000 (14:57 -0500)
From-SVN: r242931

gcc/ChangeLog

index 40ef344..ab62746 100644 (file)
@@ -5,7 +5,7 @@
        number in mode wider than HOST_BITS_PER_WIDE_INT, use
        simplify_const_unary_operation to produce CONST_DOUBLE or
        CONST_WIDE_INT.
-       (simplify_plus_minus): Hanlde the case where neg_const_int
+       (simplify_plus_minus): Handle the case where neg_const_int
        doesn't return a CONST_INT.
 
 2016-11-28  Markus Trippelsdorf  <markus@trippelsdorf.de>