* tree.h: Fix typo in comment.

From-SVN: r85195
This commit is contained in:
Tom Tromey 2004-07-26 16:28:51 +00:00 committed by Tom Tromey
parent 02aebac6c9
commit 86df8c86f3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-26 Tom Tromey <tromey@redhat.com>
* tree.h: Fix typo in comment.
2004-07-26 Daniel Jacobowitz <dan@debian.org>
PR bootstrap/12804

View File

@ -2931,7 +2931,7 @@ extern tree build_qualified_type (tree, int);
extern tree build_type_copy (tree);
/* Finish up a builtin RECORD_TYPE. Give it a name and provide its
fields. Optionally specify an alignment, and then lsy it out. */
fields. Optionally specify an alignment, and then lay it out. */
extern void finish_builtin_struct (tree, const char *,
tree, tree);