This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]