From: Richard Sandiford Date: Fri, 22 Feb 2002 11:50:47 +0000 (+0000) Subject: * fold-const.c (fold): Fix typo in comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54fec3d54ad98245f71154255bd77099f39f9edb;p=gcc.git * fold-const.c (fold): Fix typo in comments. From-SVN: r49960 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 39054b240cb..62207bcec42 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-22 Richard Sandiford + + * fold-const.c (fold): Fix typo in comments. + 2002-02-21 Diego Novillo * Makefile.in (langhooks.o): Update dependencies. diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 7c9a5ec99ee..5a8f73b2ce4 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -7112,7 +7112,7 @@ fold (expr) STRIP_NOPS (arg2); - /* If we have A op 0 ? A : -A, this is A, -A, abs (A), or abs (-A), + /* If we have A op 0 ? A : -A, this is A, -A, abs (A), or -abs (A), depending on the comparison operation. */ if ((FLOAT_TYPE_P (TREE_TYPE (TREE_OPERAND (arg0, 1))) ? real_zerop (TREE_OPERAND (arg0, 1))