diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-09-12 18:06:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-12 18:06:31 +0000 |
commit | 387c92949f2387b0ba44653bf26178e80c185572 (patch) | |
tree | 514948f1639b142368e2a5c8c6b5cfac4fe2ed75 /gcc | |
parent | e34bb0042e9e21528d06f9be8d84b5f71ae3f5df (diff) | |
download | gcc-387c92949f2387b0ba44653bf26178e80c185572.zip gcc-387c92949f2387b0ba44653bf26178e80c185572.tar.gz gcc-387c92949f2387b0ba44653bf26178e80c185572.tar.bz2 |
* toplev.c (do_abort): Fix a comment typo.
From-SVN: r57077
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/toplev.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6c59a20..98120f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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. * gengtype.c: Likewise. diff --git a/gcc/toplev.c b/gcc/toplev.c index 6ce6ecd..6e62c6f 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 |