* 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 6c59a20b82094ee8d2aa073ad8a7a16753be0ee0..98120f83d0c05072d917976908469ea106069c68 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 6ce6ecdbd04e624b841162b964f91f8d5d95dc40..6e62c6f3d3cf7489aab72e66971c3c4a0ec0100e 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