1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
* elf/dl-runtime.c (ElfW): Fxi typo in comment.
This commit is contained in:
Ulrich Drepper
2000-04-02 16:21:24 +00:00
parent e10b8512ce
commit d8655fd731
2 changed files with 3 additions and 1 deletions

View File

@ -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)
{