https://sourceware.org/bugzilla/show_bug.cgi?id=29580
            Bug ID: 29580
           Summary: typo in warning message: .note.gnu.build-id data size
                    is too bug
           Product: binutils
           Version: 2.40 (HEAD)
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: lvzecai at gmail dot com
  Target Milestone: ---

s/bug/big

diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index f90f4efac5b..aef0f77eab6 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;
     }

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to