From: Tom Tromey Date: Mon, 26 Jul 2004 16:28:51 +0000 (+0000) Subject: * tree.h: Fix typo in comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86df8c86f3388f75c029e307f12a138ab89daa77;p=gcc.git * tree.h: Fix typo in comment. From-SVN: r85195 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3763470caa5..34ba0e6d177 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-07-26 Tom Tromey + + * tree.h: Fix typo in comment. + 2004-07-26 Daniel Jacobowitz PR bootstrap/12804 diff --git a/gcc/tree.h b/gcc/tree.h index 3ee61882deb..5d1ed72df01 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);