diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2019-07-07 20:16:15 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2019-07-07 20:16:31 +0900 |
commit | c1ebb384fdc222b58398d89a877a06b7efd5e290 (patch) | |
tree | 343878c549be2007f89d15b46e807745f336781b /addr2line.c | |
parent | fc4dd7d3e20b4eaf02d1dd59787abdc4c6c24e3a (diff) |
Fix a typo
Diffstat (limited to 'addr2line.c')
-rw-r--r-- | addr2line.c | 2 |
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: |