[binutils-gdb] DWARF-5: Fix error message typo.
Jan Kratochvil
jkratoch@sourceware.org
Sun Jul 9 18:52:00 GMT 2017
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=14357de15f6594468950d17dbaac8da0ab05063c
commit 14357de15f6594468950d17dbaac8da0ab05063c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Sun Jul 9 20:52:18 2017 +0200
DWARF-5: Fix error message typo.
binutils/
2017-07-09 Rafael Fontenelle <rafaelff@gnome.org>
* dwarf.c (display_formatted_table): Fix error message typo.
Diff:
---
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 <rafaelff@gnome.org>
+
+ * dwarf.c (display_formatted_table): Fix error message typo.
+
2017-07-07 John Baldwin <jhb@FreeBSD.org>
* 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;
}
}
More information about the Binutils-cvs
mailing list