]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 2 Apr 2000 16:21:24 +0000 (16:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 2 Apr 2000 16:21:24 +0000 (16:21 +0000)
* elf/dl-runtime.c (ElfW): Fxi typo in comment.

ChangeLog
elf/dl-runtime.c

index 4a20ccc7a49485e499043147392a0c7bfeb816da..3364c793456933d72de58b8d0ba5e09c34eb2d68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
 
+       * 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.
index ba81750c1a12d6443f38a0578f7a80760a9abd78..ab944a80e9338187c1cfc3fb876a6c50a0c34c9b 100644 (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)
     {
This page took 0.050285 seconds and 5 git commands to generate.