aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarf2read.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-08-23 21:49:26 +0000
committerDoug Evans <dje@google.com>2010-08-23 21:49:26 +0000
commite71ec85366bf8c8e072d9853a2b2ffb48e249e88 (patch)
treee430c0cf28bf9f84caea460a0a443452d7414932 /gdb/dwarf2read.c
parent9dc481d3a701b7590500b20a6ed6365b59a97544 (diff)
downloadgdb-e71ec85366bf8c8e072d9853a2b2ffb48e249e88.zip
gdb-e71ec85366bf8c8e072d9853a2b2ffb48e249e88.tar.gz
gdb-e71ec85366bf8c8e072d9853a2b2ffb48e249e88.tar.bz2
* dwarf2read.c (set_die_type): Fix typo in comment.
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r--gdb/dwarf2read.c2
1 files changed, 1 insertions, 1 deletions
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. */