]> gcc.gnu.org Git - gcc.git/commitdiff
* decl2.c (finish_file): Fix typo in comment.
authorMark Mitchell <mark@codesourcery.com>
Mon, 1 May 2000 01:43:24 +0000 (01:43 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 1 May 2000 01:43:24 +0000 (01:43 +0000)
From-SVN: r33559

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

index fbfd16b195a4706f923dc7ce9a54e832ffa41d6a..8dc78d729801bf8c40e29baf053351bb04590957 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 99473a88a09a9779007a9c537ab14f87a64c263e..99481cc909649a4b3eba3f30498a00ade60225b3 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)
            {
This page took 0.085352 seconds and 5 git commands to generate.