]> sourceware.org Git - glibc.git/blobdiff - sysdeps/alpha/dl-machine.h
Mon Jul 1 12:29:50 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
[glibc.git] / sysdeps / alpha / dl-machine.h
index bc80b5985d9d70e4d30777844a25b77dbf60ef45..a276551b007f82d97e219802a4238e408170235c 100644 (file)
@@ -106,7 +106,7 @@ elf_alpha_fix_plt(struct link_map *l,
   if (edisp >= -0x100000 && edisp < 0x100000)
     {
       /* If we are in range, use br to perfect branch prediction and
-        elide the dependancy on the address load.  This case happens,
+        elide the dependency on the address load.  This case happens,
         e.g., when a shared library call is resolved to the same library.  */
 
       int hi, lo;
@@ -179,7 +179,7 @@ elf_machine_rela (struct link_map *map,
 
       if (resolve)
        {
-         loadbase = (*resolve)(&sym, (Elf64_Addr)reloc_addr, 
+         loadbase = (*resolve)(&sym, (Elf64_Addr)reloc_addr,
                                r_info == R_ALPHA_JMP_SLOT);
        }
       else
This page took 0.030741 seconds and 5 git commands to generate.