From: Doug Evans Date: Sat, 5 Oct 2013 02:10:29 +0000 (+0000) Subject: (dwarf2_section_info): Comment tweaks missed in previous checkin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e5aa334787acfae3183a0ca43e9781ee8aea9457;p=binutils-gdb.git (dwarf2_section_info): Comment tweaks missed in previous checkin. --- 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. */