fix typo in tree.def
authorCraig Burley <craig@jcb-sc.com>
Sat, 3 Apr 1999 11:58:12 +0000 (11:58 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Sat, 3 Apr 1999 11:58:12 +0000 (06:58 -0500)
From-SVN: r26153

gcc/ChangeLog
gcc/tree.def

index 27384c1fad045e135e417fdb15a8c35754260203..84826a215f7e5c5b9f9031b313d7000733481e21 100644 (file)
@@ -1,3 +1,7 @@
+Sat Apr  3 14:54:46 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * tree.def (BLOCK): Fix typo in comment.
+
 Sat Apr  3 00:53:29 EST 1999  John Wehle  (john@feith.com)
 
        * i386.md (floatsisf2, floatdisf2, floatsidf2, floatdidf2,
index 02305e1ea66b9ac2f64a2bf9185736055e652428..fe84f27fc3e429a1e25d82e3985d027ec9bf1bd9 100644 (file)
@@ -82,7 +82,7 @@ DEFTREECODE (TREE_VEC, "tree_vec", 'x', 2)
    outermost scope of a particular inlining of a function).
    BLOCK_ABSTRACT is non-zero if the block represents an abstract
    instance of a block (i.e. one which is nested within an abstract
-   instance of a inline function. */
+   instance of a inline function). */
 DEFTREECODE (BLOCK, "block", 'b', 0)
 \f
 /* Each data type is represented by a tree node whose code is one of