From: Ulrich Drepper Date: Sun, 2 Apr 2000 16:21:24 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-91~725 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d8655fd731dd4f80b45c1802786cc3fff581a39c;p=glibc.git Update. * elf/dl-runtime.c (ElfW): Fxi typo in comment. --- diff --git a/ChangeLog b/ChangeLog index 4a20ccc7a4..3364c79345 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-04-02 Ulrich Drepper + * elf/dl-runtime.c (ElfW): Fxi typo in comment. + * resolv/netdb.h (getnameinfo): All lenght parameters are of type socklen_t. * inet/getnameinfo.c: Likewise. diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c index ba81750c1a..ab944a80e9 100644 --- a/elf/dl-runtime.c +++ b/elf/dl-runtime.c @@ -68,7 +68,7 @@ fixup ( /* Sanity check that we're really looking at a PLT relocation. */ assert (ELFW(R_TYPE)(reloc->r_info) == ELF_MACHINE_JMP_SLOT); - /* Look up the target symbol. If the symbol is marked STV_PROTEXTED + /* Look up the target symbol. If the symbol is marked STV_PROTECTED don't look in the global scope. */ if (ELFW(ST_VISIBILITY) (sym->st_other) != STV_PROTECTED) {