This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] toplev.c (do_abort): Fix a comment typo.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 12 Sep 2002 14:06:27 -0400 (EDT)
- Subject: [patch] toplev.c (do_abort): Fix a comment typo.
Hi,
Attached is a patch to fix a comment typo. Committed as obvious.
Kazu Hirata
2002-09-12 Kazu Hirata <kazu@cs.umass.edu>
* toplev.c (do_abort): Fix a comment typo.
Index: toplev.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/toplev.c,v
retrieving revision 1.670
diff -u -r1.670 toplev.c
--- toplev.c 29 Aug 2002 23:32:49 -0000 1.670
+++ toplev.c 12 Sep 2002 18:02:23 -0000
@@ -1640,7 +1640,7 @@
return atoi (p);
}
-/* 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