From c48acf6f26713427fb6870a8551a89ac12838e7b Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 19 Jan 2020 16:24:06 +0200 Subject: 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. --- binutils/ChangeLog | 5 +++++ binutils/readelf.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 4953eba..72bbe59 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2020-01-22 Yuri Chornoivan + + PR 25417 + * readelf.c (get_alpha_symbol_other): Fix error message typo. + 2020-01-20 Nick Clifton * po/pt.po: Updated Portuguese translation. diff --git a/binutils/readelf.c b/binutils/readelf.c index 6b5bebe..4dcac96 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -11189,7 +11189,7 @@ get_alpha_symbol_other (unsigned int other) case STO_ALPHA_NOPV: return "NOPV"; case STO_ALPHA_STD_GPLOAD: return "STD GPLOAD"; default: - error (_("Unrecognized alpah specific other value: %u"), other); + error (_("Unrecognized alpha specific other value: %u"), other); return _(""); } } -- cgit v1.1