* dwarf2read.c (struct die_info): Fix comment.
authorDoug Evans <dje@google.com>
Wed, 15 Sep 2010 18:14:47 +0000 (18:14 +0000)
committerDoug Evans <dje@google.com>
Wed, 15 Sep 2010 18:14:47 +0000 (18:14 +0000)
gdb/ChangeLog
gdb/dwarf2read.c

index c4d5312eb822ef0ee6d69b7ff41ab54bab231166..98664fc88949ad92bc62434fc5250a46c31353b8 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-15  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (struct die_info): Fix comment.
+
 2010-09-15  Alan Modra  <amodra@gmail.com>
 
        PR 4606
index 470a3f51d10ae398a73092112bfb91add0275184..c4016b2dac45e2c947b1090d0285cb1786af76a5 100644 (file)
@@ -669,8 +669,7 @@ struct die_info
     /* The dies in a compilation unit form an n-ary tree.  PARENT
        points to this die's parent; CHILD points to the first child of
        this node; and all the children of a given node are chained
-       together via their SIBLING fields, terminated by a die whose
-       tag is zero.  */
+       together via their SIBLING fields.  */
     struct die_info *child;    /* Its first child, if any.  */
     struct die_info *sibling;  /* Its next sibling, if any.  */
     struct die_info *parent;   /* Its parent, if any.  */