semantics.c (finish_translation_unit): Fix spelling error in comment.

* semantics.c (finish_translation_unit): Fix spelling error in
	comment.

From-SVN: r21283
This commit is contained in:
Mark Mitchell 1998-07-19 17:52:17 +00:00 committed by Mark Mitchell
parent d94f5c58a8
commit 8014a339af
2 changed files with 6 additions and 1 deletions

View 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.

View file

@ -1135,7 +1135,7 @@ finish_declarator (declarator, declspecs, attributes,
prefix_attributes);
}
/* Finish a transltation unit. */
/* Finish a translation unit. */
void
finish_translation_unit ()