Fix error in comments.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 22 Sep 1996 16:12:10 +0000 (12:12 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 22 Sep 1996 16:12:10 +0000 (12:12 -0400)
From-SVN: r12773

gcc/fold-const.c

index 6348943..58955dd 100644 (file)
@@ -950,7 +950,7 @@ split_tree (in, code, varp, conp, varsignp)
   return 0;
 }
 \f
-/* Combine two constants NUM and ARG2 under operation CODE
+/* Combine two constants ARG1 and ARG2 under operation CODE
    to produce a new constant.
    We assume ARG1 and ARG2 have the same data type,
    or at least are the same kind of constant and the same machine mode.