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

From-SVN: r33559
This commit is contained in:
Mark Mitchell 2000-05-01 01:43:24 +00:00 committed by Mark Mitchell
parent 6dd4c3fd8f
commit 4c0aad2c08
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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

View File

@ -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)
{