* toplev.c (do_abort): Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 12 Sep 2002 18:06:31 +0000 (18:06 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 12 Sep 2002 18:06:31 +0000 (18:06 +0000)
From-SVN: r57077

gcc/ChangeLog
gcc/toplev.c

index 6c59a20..98120f8 100644 (file)
@@ -1,5 +1,9 @@
 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
 
+       * toplev.c (do_abort): Fix a comment typo.
+
+2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
+
        * cselib.c: Fix comment formatting.
        * gengtype.c: Likewise.
 
index 6ce6ecd..6e62c6f 100644 (file)
@@ -1640,7 +1640,7 @@ read_integral_parameter (p, pname, defval)
   return atoi (p);
 }
 \f
-/* This calls abort and is used to avoid problems when abort if a macro.
+/* This calls abort and is used to avoid problems when abort is a macro.
    It is used when we need to pass the address of abort.  */
 
 void