From 2fb96d35ca1118bd32234f447d143441ed7d63b6 Mon Sep 17 00:00:00 2001 From: mmitchel Date: Mon, 1 May 2000 01:43:24 +0000 Subject: [PATCH] * decl2.c (finish_file): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33559 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 2 ++ gcc/cp/decl2.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index fbfd16b195a..8dc78d72980 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 99473a88a09..99481cc9096 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) { -- 2.11.0