manual: Fix typos in struct dl_find_object

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
This commit is contained in:
Bert Wesarg 2023-07-13 12:26:59 +02:00 committed by Florian Weimer
parent dddc88587a
commit 6cf4ebe10c

View File

@ -119,10 +119,10 @@ necessarily page-aligned.
@item void *dlfo_map_end
The end address of the mapping.
@item struct link_map *dlf_link_map
@item struct link_map *dlfo_link_map
This member contains a pointer to the link map of the object.
@item struct link_map *dlf_link_map
@item void *dlfo_eh_frame
This member contains a pointer to the exception handling data of the
object. See @code{DLFO_EH_SEGMENT_TYPE} below.