summaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2013-10-05 02:10:29 +0000
committerDoug Evans <dje@google.com>2013-10-05 02:10:29 +0000
commit77243baca2a743f213316ce58b45e15f2e57f456 (patch)
tree9b6f8341706cde83e383a40b7367db8a93c6753b /gdb/dwarf2read.c
parentf84690b22b0653445a763e71f6b56010035eb013 (diff)
downloadgdb-77243baca2a743f213316ce58b45e15f2e57f456.tar.gz
(dwarf2_section_info): Comment tweaks missed in previous checkin.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r--gdb/dwarf2read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 5dfa1b1b2d9..5e2ace72116 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -120,10 +120,10 @@ struct dwarf2_section_info
{
union
{
- /* If this is a real section, the bfd section. Otherwise NULL. */
+ /* If this is a real section, the bfd section. */
asection *asection;
/* If this is a virtual section, pointer to the containing ("real")
- section. Otherwise NULL. */
+ section. */
struct dwarf2_section_info *containing_section;
} s;
/* Pointer to section data, only valid if readin. */