From 14357de15f6594468950d17dbaac8da0ab05063c Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 9 Jul 2017 20:52:18 +0200 Subject: [PATCH] DWARF-5: Fix error message typo. binutils/ 2017-07-09 Rafael Fontenelle * dwarf.c (display_formatted_table): Fix error message typo. --- binutils/ChangeLog | 4 ++++ binutils/dwarf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 578fc0d..8c12a49 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2017-07-09 Rafael Fontenelle + + * dwarf.c (display_formatted_table): Fix error message typo. + 2017-07-07 John Baldwin * readelf.c (get_freebsd_elfcore_note_type): Handle diff --git a/binutils/dwarf.c b/binutils/dwarf.c index 5cada37..386cc17 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -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; } } -- 2.7.4