diff options
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 08b804a..9601967 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -10594,7 +10594,7 @@ dwarf_decode_lines (struct line_header *lh, const char *comp_dir, bfd *abfd, address increment value corresponding to special opcode 255. I.e., this value is scaled by the minimum instruction length since special opcode 255 would have - scaled the the increment. */ + scaled the increment. */ case DW_LNS_const_add_pc: { CORE_ADDR adjust = (255 - lh->opcode_base) / lh->line_range; |