diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-23 10:50:31 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-23 11:59:23 +0000 |
commit | d13733c166b71ac05056f553f0afdc8a363b2820 (patch) | |
tree | d3404db5f0dda5e2bc994a0108806a74d0d144d6 /sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c | |
parent | 1e9d5987fd94b88bdf4ebfb9f13d4a472d529cdd (diff) | |
download | glibc-d13733c166b71ac05056f553f0afdc8a363b2820.tar glibc-d13733c166b71ac05056f553f0afdc8a363b2820.tar.gz glibc-d13733c166b71ac05056f553f0afdc8a363b2820.tar.bz2 glibc-d13733c166b71ac05056f553f0afdc8a363b2820.zip |
Fix misspellings in sysdeps/unix -- BZ 25337
Applying this commit results in bit-identical rebuild of
libc.so.6 math/libm.so.6 elf/ld-linux-x86-64.so.2 mathvec/libmvec.so.1
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c b/sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c index e758fe7f8d..e0cfa63da6 100644 --- a/sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c +++ b/sysdeps/unix/sysv/linux/dl-diagnostics-kernel.c @@ -36,7 +36,7 @@ print_auxv (void) || av->a_type == AT_PLATFORM || av->a_type == AT_BASE_PLATFORM) /* The address of the strings is not useful at all, so print - the strings themselvs. */ + the strings themselves. */ _dl_diagnostics_print_string ((const char *) av->a_un.a_val); else _dl_printf ("0x%lx", (unsigned long int) av->a_un.a_val); |