diff options
Diffstat (limited to 'elf/link.h')
-rw-r--r-- | elf/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/link.h b/elf/link.h index 67701a13b7..90cda5e810 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 member of the auxiliry aray passed up from the kernel. */ +/* Show the members of the auxiliry aray passed up from the kernel. */ extern void _dl_show_auxv (void); __END_DECLS |