diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-02 09:54:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-02 09:54:12 +0000 |
commit | 935d0bca485c48071c2a07d645c3e7ec0845db98 (patch) | |
tree | cccd20b9a90ee1836002d4e61c0a7aa3684bbe80 /binutils/readelf.c | |
parent | ddbc47acfcb78c7663b53bfa5f05d409a46f147c (diff) | |
download | gdb-935d0bca485c48071c2a07d645c3e7ec0845db98.zip gdb-935d0bca485c48071c2a07d645c3e7ec0845db98.tar.gz gdb-935d0bca485c48071c2a07d645c3e7ec0845db98.tar.bz2 |
(display_debug_lines): Fix typo in error message.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index a1dd71b..c64d4b7 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 |