mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
PR25417, Fix minor typos
PR 25417 binutils/ * readelf.c (get_alpha_symbol_other): Fix error message typo. ld/ * ldlang.c (ldlang_open_ctf): Fix error message typo. * emultempl/z80elf.em (z80_elf_after_open): Likewise.
This commit is contained in:
committed by
Alan Modra
parent
1e1613647f
commit
c48acf6f26
@@ -3659,7 +3659,7 @@ ldlang_open_ctf (void)
|
||||
if ((ctf_output = ctf_create (&err)) != NULL)
|
||||
return;
|
||||
|
||||
einfo (_("%P: warning: CTF output not created: `s'\n"),
|
||||
einfo (_("%P: warning: CTF output not created: `%s'\n"),
|
||||
ctf_errmsg (err));
|
||||
|
||||
LANG_FOR_EACH_INPUT_STATEMENT (errfile)
|
||||
|
||||
Reference in New Issue
Block a user