1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo

This commit is contained in:
Kazuhiro NISHIYAMA 2019-07-07 20:16:15 +09:00
parent fc4dd7d3e2
commit c1ebb384fd
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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: