diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-27 20:47:46 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-29 23:00:12 +0000 |
commit | 630da022cb07d67ab53b4e9335352e44e9b7c5e2 (patch) | |
tree | ffed7a6424b8e45616980fdbd0b88964185f6b80 /elf/dl-find_object.c | |
parent | a1950a07583f63f220f30ba7d99ceb619b80ecce (diff) | |
download | glibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.tar.gz glibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.tar.xz glibc-630da022cb07d67ab53b4e9335352e44e9b7c5e2.zip |
Fix misspellings in elf/ -- BZ 25337
Applying this commit results in bit-identical libc.so.6. The elf/ld-linux-x86-64.so.2 does change, but only in .note.gnu.build-id Reviewed-by: Carlos O'Donell <carlos@redhat.com>
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 * |