OSDN Git Service

fix typo in comment
authorburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Apr 1999 18:16:33 +0000 (18:16 +0000)
committerburley <burley@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Apr 1999 18:16:33 +0000 (18:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26551 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.def

index d3dc6a2..5dc1f09 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 fe84f27..64fe0e4 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