summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-02 16:21:24 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-02 16:21:24 +0000
commitd8655fd731dd4f80b45c1802786cc3fff581a39c (patch)
treebe75a090bbba3989b913875494c793f24c5de3dc /elf
parente10b8512ce40cfb9f706e40edc7ed0ebdd151471 (diff)
downloadglibc-d8655fd731dd4f80b45c1802786cc3fff581a39c.tar.gz
glibc-d8655fd731dd4f80b45c1802786cc3fff581a39c.tar.xz
glibc-d8655fd731dd4f80b45c1802786cc3fff581a39c.zip
Update.
	* elf/dl-runtime.c (ElfW): Fxi typo in comment.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-runtime.c2
1 files changed, 1 insertions, 1 deletions
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)
     {