diff options
author | Doug Evans <dje@google.com> | 2013-04-02 21:18:40 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-04-02 21:18:40 +0000 |
commit | 3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30 (patch) | |
tree | 0fa630f9936a00eb19c2a31bd4b953679201921d /gdb/dwarf2read.c | |
parent | be9a8770181c7323f54c41cc576760bc8b55bf88 (diff) | |
download | gdb-3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30.zip gdb-3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30.tar.gz gdb-3d1d5ea371747a1b80bfa8c56a9ecc2e62a08b30.tar.bz2 |
* dwarf2read.c (read_structure_type): Fix typo in comment.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 953eb72..4b4024c 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -11315,7 +11315,7 @@ producer_is_icc (struct dwarf2_cu *cu) /* Called when we find the DIE that starts a structure or union scope (definition) to create a type for the structure or union. Fill in the type's name and general properties; the members will not be - processed until process_structure_type. + processed until process_structure_scope. NOTE: we need to call these functions regardless of whether or not the DIE has a DW_AT_name attribute, since it might be an anonymous |