From: Kazu Hirata Date: Thu, 12 Sep 2002 18:06:31 +0000 (+0000) Subject: * toplev.c (do_abort): Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=387c92949f2387b0ba44653bf26178e80c185572;p=gcc.git * toplev.c (do_abort): Fix a comment typo. From-SVN: r57077 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c59a20b820..98120f83d0c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-09-12 Kazu Hirata + + * toplev.c (do_abort): Fix a comment typo. + 2002-09-12 Kazu Hirata * cselib.c: Fix comment formatting. diff --git a/gcc/toplev.c b/gcc/toplev.c index 6ce6ecdbd04..6e62c6f3d3c 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1640,7 +1640,7 @@ read_integral_parameter (p, pname, defval) 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