(dwarf2_section_info): Comment tweaks missed in previous checkin.

This commit is contained in:
Doug Evans 2013-10-05 02:10:29 +00:00
parent 73869dc273
commit e5aa334787
1 changed files with 2 additions and 2 deletions

View File

@ -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. */