aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2017-07-09 20:52:18 +0200
committerJan Kratochvil <jan.kratochvil@redhat.com>2017-07-09 20:52:18 +0200
commit14357de15f6594468950d17dbaac8da0ab05063c (patch)
tree1bf350dad3bd5ff2d5837f7096cb3bea0d547073 /binutils/dwarf.c
parent266934d1ad029100f4073f9e351f8685ea175b83 (diff)
downloadgdb-14357de15f6594468950d17dbaac8da0ab05063c.zip
gdb-14357de15f6594468950d17dbaac8da0ab05063c.tar.gz
gdb-14357de15f6594468950d17dbaac8da0ab05063c.tar.bz2
DWARF-5: Fix error message typo.
binutils/ 2017-07-09 Rafael Fontenelle <rafaelff@gnome.org> * dwarf.c (display_formatted_table): Fix error message typo.
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}