From: Nick Clifton Date: Tue, 2 Nov 2004 09:54:12 +0000 (+0000) Subject: (display_debug_lines): Fix typo in error message. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8997e590131f36f13f3cf6e25e0a1cff8ca4ab42;p=pf3gnuchains%2Fpf3gnuchains3x.git (display_debug_lines): Fix typo in error message. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 775b2e148f..bfc141380a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Nick Clifton + + * readelf.c (display_debug_lines): Fix typo in error message. + 2004-10-26 Mark Mitchell * readelf.c (get_note_type): Handle notes not in core files. diff --git a/binutils/readelf.c b/binutils/readelf.c index a1dd71bc4e..c64d4b7209 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -6875,7 +6875,7 @@ display_debug_lines (Elf_Internal_Shdr *section, with this block of line number information. */ if (comp_unit >= num_debug_line_pointer_sizes) { - error (_("Not enough comp units for .debug_lines section\n")); + error (_("Not enough comp units for .debug_line section\n")); return 0; } else