* [committed][gdb/symtab] Fix typo in dwarf error message
@ 2021-05-27 13:26 Tom de Vries
0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2021-05-27 13:26 UTC (permalink / raw)
To: gdb-patches
Hi,
Fix "Cannot not" typo in dwarf error message.
Tested on x86_64-linux.
Committed to trunk.
Thanks,
- Tom
[gdb/symtab] Fix typo in dwarf error message
gdb/ChangeLog:
2021-05-27 Tom de Vries <tdevries@suse.de>
* dwarf2/read.c (find_partial_die): Fix "Cannot not" typo in dwarf
error.
---
gdb/dwarf2/read.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c
index 3f496347cce..0da87bbecd6 100644
--- a/gdb/dwarf2/read.c
+++ b/gdb/dwarf2/read.c
@@ -19401,7 +19401,7 @@ find_partial_die (sect_offset sect_off, int offset_in_dwz, struct dwarf2_cu *cu)
}
if (pd == NULL)
- error (_("Dwarf Error: Cannot not find DIE at %s [from module %s]\n"),
+ error (_("Dwarf Error: Cannot find DIE at %s [from module %s]\n"),
sect_offset_str (sect_off), bfd_get_filename (objfile->obfd));
return { cu, pd };
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-05-27 13:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 13:26 [committed][gdb/symtab] Fix typo in dwarf error message Tom de Vries
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox