public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug
@ 2022-09-20 10:19 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2022-09-20 10:19 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6af418600c451337814fe464eceea20c23ad231c

commit 6af418600c451337814fe464eceea20c23ad231c
Author: Zeke Lu <lvzecai@gmail.com>
Date:   Tue Sep 20 11:19:06 2022 +0100

    Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug

Diff:
---
 binutils/dwarf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
     }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-20 10:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20 10:19 [binutils-gdb] Bug 29580 - typo in warning message: .note.gnu.build-id data size is too bug Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).