diff options
Diffstat (limited to 'gdb/dwarf2/line-header.h')
-rw-r--r-- | gdb/dwarf2/line-header.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/line-header.h b/gdb/dwarf2/line-header.h index 59a42e3..06d2eec 100644 --- a/gdb/dwarf2/line-header.h +++ b/gdb/dwarf2/line-header.h @@ -77,7 +77,7 @@ struct line_header : offset_in_dwz {}, m_comp_dir (comp_dir) {} - /* This constructor should only be used to create line_header intances to do + /* This constructor should only be used to create line_header instances to do hash table lookups. */ line_header (sect_offset sect_off, bool offset_in_dwz) : sect_off (sect_off), |