OSDN Git Service

* decl2.c (finish_file): Fix typo in comment.
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 May 2000 01:43:24 +0000 (01:43 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 May 2000 01:43:24 +0000 (01:43 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33559 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/decl2.c

index fbfd16b..8dc78d7 100644 (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
index 99473a8..99481cc 100644 (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)
            {