summaryrefslogtreecommitdiff
path: root/addr2line.c
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-07 20:16:15 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-07 20:16:31 +0900
commitc1ebb384fdc222b58398d89a877a06b7efd5e290 (patch)
tree343878c549be2007f89d15b46e807745f336781b /addr2line.c
parentfc4dd7d3e20b4eaf02d1dd59787abdc4c6c24e3a (diff)
Fix a typo
Diffstat (limited to 'addr2line.c')
-rw-r--r--addr2line.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addr2line.c b/addr2line.c
index e502c17961..1871a52157 100644
--- a/addr2line.c
+++ b/addr2line.c
@@ -1092,7 +1092,7 @@ debug_info_reader_read_value(DebugInfoReader *reader, uint64_t form, DebugInfoVa
set_uint_value(v, uleb128(&reader->p));
break;
case DW_FORM_indirect:
- /* TODO: read the refered value */
+ /* TODO: read the referred value */
set_uint_value(v, uleb128(&reader->p));
break;
case DW_FORM_sec_offset: