DWARF-5: Fix error message typo.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 9 Jul 2017 18:52:18 +0000 (20:52 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 9 Jul 2017 18:52:18 +0000 (20:52 +0200)
binutils/
2017-07-09  Rafael Fontenelle <rafaelff@gnome.org>

* dwarf.c (display_formatted_table): Fix error message typo.

binutils/ChangeLog
binutils/dwarf.c

index 578fc0d..8c12a49 100644 (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>
 
        * readelf.c (get_freebsd_elfcore_note_type): Handle
index 5cada37..386cc17 100644 (file)
@@ -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;
        }
     }