* tree.h: Fix typo in comment.
authorTom Tromey <tromey@redhat.com>
Mon, 26 Jul 2004 16:28:51 +0000 (16:28 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Mon, 26 Jul 2004 16:28:51 +0000 (16:28 +0000)
From-SVN: r85195

gcc/ChangeLog
gcc/tree.h

index 3763470caa56c5487a4ab3878fbee9fd967ed2f4..34ba0e6d177ca4d89eb5995f16f9ed05612a01eb 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 3ee61882deb9c07dc09adf3d813517343e903174..5d1ed72df01e9f30e10b36f84d25378661bd5465 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);