about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
Diffstat (limited to 'elf')
-rw-r--r--elf/dlvsym.c1
-rw-r--r--elf/link.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/elf/dlvsym.c b/elf/dlvsym.c
index bdfb83da59..a332c590f2 100644
--- a/elf/dlvsym.c
+++ b/elf/dlvsym.c
@@ -74,6 +74,7 @@ RTLD_NEXT used in code not dynamically loaded"));
 							   &args->ref,
 							   mapscope,
 							   NULL,
+							   &args->version,
 							   match);
       }
     }
diff --git a/elf/link.h b/elf/link.h
index 90cda5e810..9bf61508bf 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -455,7 +455,7 @@ extern void _dl_start_profile (struct link_map *map, const char *output_dir);
 extern void _dl_mcount (ElfW(Addr) frompc, ElfW(Addr) selfpc);
 
 
-/* Show the members of the auxiliry aray passed up from the kernel.  */
+/* Show the members of the auxiliary array passed up from the kernel.  */
 extern void _dl_show_auxv (void);
 
 __END_DECLS