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:
Jan Kratochvil 2017-07-09 20:52:18 +02:00
parent 266934d1ad
commit 14357de15f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2017-07-09 Rafael Fontenelle <rafaelff@gnome.org>
* dwarf.c (display_formatted_table): Fix error message typo.
2017-07-07 John Baldwin <jhb@FreeBSD.org> 2017-07-07 John Baldwin <jhb@FreeBSD.org>
* readelf.c (get_freebsd_elfcore_note_type): Handle * readelf.c (get_freebsd_elfcore_note_type): Handle

View file

@ -3085,7 +3085,7 @@ display_formatted_table (unsigned char *data,
data += bytes_read; data += bytes_read;
if (data == end) if (data == end)
{ {
warn (_("Corrupt %s entry format table entry\n"), what); warn (_("Corrupt %s format table entry\n"), what);
return data; return data;
} }
} }