aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
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/tree.h
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/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 1 insertions, 1 deletions
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);