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:
parent
d94f5c58a8
commit
8014a339af
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -1135,7 +1135,7 @@ finish_declarator (declarator, declspecs, attributes,
|
|||
prefix_attributes);
|
||||
}
|
||||
|
||||
/* Finish a transltation unit. */
|
||||
/* Finish a translation unit. */
|
||||
|
||||
void
|
||||
finish_translation_unit ()
|
||||
|
|
Loading…
Add table
Reference in a new issue