diff options
-rw-r--r-- | gdb/ChangeLog | 1 | ||||
-rw-r--r-- | gdb/dwarf2read.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7b1adbc..9d8af77 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5,6 +5,7 @@ (process_enumeration_scope): Move definition of some locals closer to their use. (read_namespace_type): Add comment. + (set_die_type): Fix typo in comment. 2010-08-23 Tom Tromey <tromey@redhat.com> diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 765a5d8..790d885 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -14187,7 +14187,7 @@ offset_and_type_eq (const void *item_lhs, const void *item_rhs) Therefore caller should follow these rules: * Try to fetch any prerequisite types we may need to build this DIE type before building the type and calling set_die_type. - * After building typer call set_die_type for current DIE as soon as + * After building type call set_die_type for current DIE as soon as possible before fetching more types to complete the current type. * Make the type as complete as possible before fetching more types. */ |