semantics.c (finish_translation_unit): Fix spelling error in comment.
authorMark Mitchell <mark@markmitchell.com>
Sun, 19 Jul 1998 17:52:17 +0000 (17:52 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 19 Jul 1998 17:52:17 +0000 (17:52 +0000)
* semantics.c (finish_translation_unit): Fix spelling error in
comment.

From-SVN: r21283

gcc/cp/ChangeLog
gcc/cp/semantics.c

index 5a3699df76cb87af81ba6cff56515d7620c43963..a4e5eeccc37be288e709f31afaff783ebdacdffc 100644 (file)
@@ -1,3 +1,8 @@
+1998-07-19  Mark Mitchell  <mark@markmitchell.com>
+
+       * semantics.c (finish_translation_unit): Fix spelling error in
+       comment.
+
 1998-07-17  Jason Merrill  <jason@yorick.cygnus.com>
 
        * decl.c (lookup_name_real): Pull out single function here.
index 206840e2cf115ad3fdee3b155a95553b1b549562..241241d1791fea41920cb8997f6fd42b023d5ae8 100644 (file)
@@ -1135,7 +1135,7 @@ finish_declarator (declarator, declspecs, attributes,
                     prefix_attributes); 
 }
 
-/* Finish a transltation unit.  */
+/* Finish a translation unit.  */
 
 void 
 finish_translation_unit ()