mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
(display_debug_lines): Fix typo in error message.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user