Commit 4c0aad2c by Mark Mitchell Committed by Mark Mitchell

* decl2.c (finish_file): Fix typo in comment.

From-SVN: r33559
parent 6dd4c3fd
2000-04-30 Mark Mitchell <mark@codesourcery.com>
* decl2.c (finish_file): Fix typo in comment.
* method.c (emit_thunk): Don't try to return a `void' value.
* optimize.c (initialize_inlined_parameters): If the parameter is
......
......@@ -3523,7 +3523,7 @@ finish_file ()
in reverse order so that the most recently constructed
variable is the first destroyed. If we're using
__cxa_atexit, then we don't need to do this; functions
we're registered at initialization time to destroy the
were registered at initialization time to destroy the
local statics. */
if (!flag_use_cxa_atexit)
{
......
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