From 8014a339af55eddc9551cde047d57a28b76ffd4f Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sun, 19 Jul 1998 17:52:17 +0000 Subject: [PATCH] semantics.c (finish_translation_unit): Fix spelling error in comment. * semantics.c (finish_translation_unit): Fix spelling error in comment. From-SVN: r21283 --- gcc/cp/ChangeLog | 5 +++++ gcc/cp/semantics.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 () -- 2.30.2