From 387c92949f2387b0ba44653bf26178e80c185572 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 12 Sep 2002 18:06:31 +0000 Subject: [PATCH] * toplev.c (do_abort): Fix a comment typo. From-SVN: r57077 --- gcc/ChangeLog | 4 ++++ gcc/toplev.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2