* decl2.c (finish_file): Correct spelling.
authorGeoffrey Keating <geoffk@apple.com>
Wed, 6 Nov 2002 00:44:49 +0000 (00:44 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 6 Nov 2002 00:44:49 +0000 (00:44 +0000)
From-SVN: r58847

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

index 2fb30a9467dd6c2362b6bbfed043b223c5be0a52..d542e25f8ea49e36f4574295e1d0b01f298b57e8 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-05  Geoffrey Keating  <geoffk@apple.com>
+
+       * decl2.c (finish_file): Correct spelling.
+
 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
 
        * call.c (build_special_member_call): Do not try to lookup VTTs by
index 339aba317f93d27ed5d016a784e2d984c8f9455b..ae4ec12737c8cb845fa31ad0a87f14d23fda4e71 100644 (file)
@@ -2757,7 +2757,7 @@ finish_file ()
 
      All of these may cause others to be needed.  For example,
      instantiating one function may cause another to be needed, and
-     generating the intiailzer for an object may cause templates to be
+     generating the initializer for an object may cause templates to be
      instantiated, etc., etc.  */
 
   timevar_push (TV_VARCONST);