From d8655fd731dd4f80b45c1802786cc3fff581a39c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 2 Apr 2000 16:21:24 +0000 Subject: Update. * elf/dl-runtime.c (ElfW): Fxi typo in comment. --- elf/dl-runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c index ba81750..ab944a8 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) { -- cgit v1.1