mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug
This commit is contained in:
parent
ae2e4d4035
commit
6af418600c
@ -11719,7 +11719,7 @@ load_build_id_debug_file (const char * main_filename ATTRIBUTE_UNUSED, void * ma
|
||||
|
||||
if (build_id_size > (section->size - 16))
|
||||
{
|
||||
warn (_(".note.gnu.build-id data size is too bug\n"));
|
||||
warn (_(".note.gnu.build-id data size is too big\n"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user