* elf/dl-load.c (_dl_map_object_from_fd): Likewise.
Reported by GOTO Masanori <gotom@debian.or.jp>.
}
if (__builtin_expect (header->e_version, EV_CURRENT) != EV_CURRENT)
- LOSE (0, N_("ELF file version does not not match current one"));
+ LOSE (0, N_("ELF file version does not match current one"));
if (! __builtin_expect (elf_machine_matches_host (header->e_machine), 1))
LOSE (0, N_("ELF file machine architecture does not match"));
if (__builtin_expect (header->e_phentsize, sizeof (ElfW(Phdr)))
if (elem->name == NULL)
{
- lr_error (ldfile, _("%s: `%s' must be a charater"),
+ lr_error (ldfile, _("%s: `%s' must be a character"),
"LC_COLLATE", buf);
continue;
}