mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-09 09:08:32 +08:00
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:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user