Commit 387c9294 by Kazu Hirata Committed by Kazu Hirata

* toplev.c (do_abort): Fix a comment typo.

From-SVN: r57077
parent e34bb004
2002-09-12 Kazu Hirata <kazu@cs.umass.edu> 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. * cselib.c: Fix comment formatting.
* gengtype.c: Likewise. * gengtype.c: Likewise.
......
...@@ -1640,7 +1640,7 @@ read_integral_parameter (p, pname, defval) ...@@ -1640,7 +1640,7 @@ read_integral_parameter (p, pname, defval)
return atoi (p); 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. */ It is used when we need to pass the address of abort. */
void void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment