From 4c0aad2c0846b123c21c6ba67b0778736a20fa27 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 1 May 2000 01:43:24 +0000 Subject: * decl2.c (finish_file): Fix typo in comment. From-SVN: r33559 --- gcc/cp/ChangeLog | 2 ++ gcc/cp/decl2.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fbfd16b..8dc78d7 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,7 @@ 2000-04-30 Mark Mitchell + * 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 diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 99473a8..99481cc 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -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) { -- cgit v1.1