1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* locale/programs/ld-collate.c (handle_ellipsis): Fix typo.

* elf/dl-load.c (_dl_map_object_from_fd): Likewise. 
Reported by GOTO Masanori <gotom@debian.or.jp>.
This commit is contained in:
Andreas Jaeger
2000-09-07 09:16:34 +00:00
parent 47a03c51c8
commit 6ce42684c4
2 changed files with 2 additions and 2 deletions

View File

@ -849,7 +849,7 @@ _dl_map_object_from_fd (const char *name, int fd, char *realname,
}
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)))