OSDN Git Service

* tree.h: Fix typo in comment.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jul 2004 16:28:51 +0000 (16:28 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jul 2004 16:28:51 +0000 (16:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85195 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.h

index 3763470..34ba0e6 100644 (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
index 3ee6188..5d1ed72 100644 (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);