aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2004-07-26 16:28:51 +0000
committerTom Tromey <tromey@gcc.gnu.org>2004-07-26 16:28:51 +0000
commit86df8c86f3388f75c029e307f12a138ab89daa77 (patch)
treef125499111461b9378944dc0b9b97a332bf21d14 /gcc
parent02aebac6c99772f3549afc9d818ce30acbde8865 (diff)
downloadgcc-86df8c86f3388f75c029e307f12a138ab89daa77.zip
gcc-86df8c86f3388f75c029e307f12a138ab89daa77.tar.gz
gcc-86df8c86f3388f75c029e307f12a138ab89daa77.tar.bz2
* tree.h: Fix typo in comment.
From-SVN: r85195
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/tree.h2
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
diff --git a/gcc/tree.h b/gcc/tree.h
index 3ee6188..5d1ed72 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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);