aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--binutils/dwarf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index f90f4ef..aef0f77 100644
--- a/binutils/dwarf.c
+++ b/binutils/dwarf.c
@@ -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;
}