fix typo in comment
authorCraig Burley <craig@jcb-sc.com>
Mon, 19 Apr 1999 18:16:33 +0000 (18:16 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Mon, 19 Apr 1999 18:16:33 +0000 (14:16 -0400)
From-SVN: r26551

gcc/ChangeLog
gcc/tree.def

index d3dc6a26396f70cc546cbbe1c51d11276e74511f..5dc1f09fd505f1aa35ce069709cb7498698bb45c 100644 (file)
@@ -1,3 +1,7 @@
+Mon Apr 19 21:13:02 1999  Craig Burley  <craig@jcb-sc.com>
+
+       * tree.def (BLOCK): Fix typo in comment.
+
 1999-04-19 14:51 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
 
        * cpplib.c (output_line_command): Drop CONDITIONAL argument.
index fe84f27fc3e429a1e25d82e3985d027ec9bf1bd9..64fe0e4c89b711e19979b0751c66d65c6cad3776 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 an inline function). */
 DEFTREECODE (BLOCK, "block", 'b', 0)
 \f
 /* Each data type is represented by a tree node whose code is one of