aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-09-15 18:14:47 +0000
committerDoug Evans <dje@google.com>2010-09-15 18:14:47 +0000
commit4950bc1c0c1095c4929c5534ec8534c68594e912 (patch)
tree58f0255956eacbf16e918f5862bf9faed1649b72 /gdb
parent793990de5350074c08a2c921f29b12ff0a97d77d (diff)
downloadgdb-4950bc1c0c1095c4929c5534ec8534c68594e912.zip
gdb-4950bc1c0c1095c4929c5534ec8534c68594e912.tar.gz
gdb-4950bc1c0c1095c4929c5534ec8534c68594e912.tar.bz2
* dwarf2read.c (struct die_info): Fix comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/dwarf2read.c3
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c4d5312..98664fc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 470a3f5..c4016b2 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -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. */