From: Mark Mitchell Date: Sun, 19 Jul 1998 17:52:17 +0000 (+0000) Subject: semantics.c (finish_translation_unit): Fix spelling error in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8014a339af55eddc9551cde047d57a28b76ffd4f;p=gcc.git semantics.c (finish_translation_unit): Fix spelling error in comment. * semantics.c (finish_translation_unit): Fix spelling error in comment. From-SVN: r21283 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5a3699df76c..a4e5eeccc37 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,8 @@ +1998-07-19 Mark Mitchell + + * semantics.c (finish_translation_unit): Fix spelling error in + comment. + 1998-07-17 Jason Merrill * decl.c (lookup_name_real): Pull out single function here. diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index 206840e2cf1..241241d1791 100644 --- a/gcc/cp/semantics.c +++ b/gcc/cp/semantics.c @@ -1135,7 +1135,7 @@ finish_declarator (declarator, declspecs, attributes, prefix_attributes); } -/* Finish a transltation unit. */ +/* Finish a translation unit. */ void finish_translation_unit ()