* decl2.c (finish_file): Correct spelling.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Nov 2002 00:44:49 +0000 (00:44 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Nov 2002 00:44:49 +0000 (00:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58847 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2fb30a9..d542e25 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 339aba3..ae4ec12 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);