diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/tree.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3763470..34ba0e6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 @@ -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); |