diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-18 05:40:45 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-06-18 05:40:45 +0000 |
commit | 2968ea1afe06878e5d532d72e9b73f866beb70db (patch) | |
tree | f9795e515d780978f01cb69db9ddc00f54e92c62 /man3 | |
parent | f27b37350dd6ab372af97a0e41d55f510e97749e (diff) |
A comment was missing its closing "*/".
Diffstat (limited to 'man3')
-rw-r--r-- | man3/dl_iterate_phdr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3 index eb316ef55..d2a91022e 100644 --- a/man3/dl_iterate_phdr.3 +++ b/man3/dl_iterate_phdr.3 @@ -73,7 +73,7 @@ argument is a structure of the following type: struct dl_phdr_info { ElfW(Addr) dlpi_addr; /* Base address of object */ const char *dlpi_name; /* (Null-terminated) name of - object + object */ const ElfW(Phdr) *dlpi_phdr; /* Pointer to array of ELF program headers for this object */ |