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:
parent
1e1613647f
commit
c48acf6f26
5 changed files with 14 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue