diff options
Diffstat (limited to 'elf/dl-find_object.c')
-rw-r--r-- | elf/dl-find_object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-find_object.c b/elf/dl-find_object.c index 2ced2f3510..928eb499cc 100644 --- a/elf/dl-find_object.c +++ b/elf/dl-find_object.c @@ -312,7 +312,7 @@ _dlfo_mappings_active_segment (uint64_t start_version) return _dlfo_loaded_mappings[start_version & 1]; } -/* Searches PC amoung the address-sorted array [FIRST1, FIRST1 + +/* Searches PC among the address-sorted array [FIRST1, FIRST1 + SIZE). Assumes PC >= FIRST1->map_start. Returns a pointer to the element that contains PC, or NULL if there is no such element. */ static inline struct dl_find_object_internal * |