* fold-const.c (fold): Fix typo in comments.
authorRichard Sandiford <rsandifo@redhat.com>
Fri, 22 Feb 2002 11:50:47 +0000 (11:50 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Fri, 22 Feb 2002 11:50:47 +0000 (11:50 +0000)
From-SVN: r49960

gcc/ChangeLog
gcc/fold-const.c

index 39054b240cb514b470b79811b107757f4a5b0191..62207bcec4293d5105f540ca2e1f7916de9b2ee2 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-22  Richard Sandiford  <rsandifo@redhat.com>
+
+       * fold-const.c (fold): Fix typo in comments.
+
 2002-02-21  Diego Novillo  <dnovillo@redhat.com>
 
        * Makefile.in (langhooks.o): Update dependencies.
index 7c9a5ec99ee8a9e00c22b2b36ea1a6748b3576f8..5a8f73b2ce4c16a9aa056f687bd12c364eb5929d 100644 (file)
@@ -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))