mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
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>
This commit is contained in:
@@ -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 *
|
||||
|
Reference in New Issue
Block a user