summaryrefslogtreecommitdiff
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-18 05:40:45 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-18 05:40:45 +0000
commit2968ea1afe06878e5d532d72e9b73f866beb70db (patch)
treef9795e515d780978f01cb69db9ddc00f54e92c62 /man3
parentf27b37350dd6ab372af97a0e41d55f510e97749e (diff)
A comment was missing its closing "*/".
Diffstat (limited to 'man3')
-rw-r--r--man3/dl_iterate_phdr.32
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 */