DWARF-5: Fix error message typo.
binutils/ 2017-07-09 Rafael Fontenelle <rafaelff@gnome.org> * dwarf.c (display_formatted_table): Fix error message typo.
This commit is contained in:
parent
266934d1ad
commit
14357de15f
2 changed files with 5 additions and 1 deletions
|
@ -3085,7 +3085,7 @@ display_formatted_table (unsigned char *data,
|
|||
data += bytes_read;
|
||||
if (data == end)
|
||||
{
|
||||
warn (_("Corrupt %s entry format table entry\n"), what);
|
||||
warn (_("Corrupt %s format table entry\n"), what);
|
||||
return data;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue