about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-23 10:50:31 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-23 11:59:23 +0000
commitd13733c166b71ac05056f553f0afdc8a363b2820 (patch)
treed3404db5f0dda5e2bc994a0108806a74d0d144d6 /sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
parent1e9d5987fd94b88bdf4ebfb9f13d4a472d529cdd (diff)
downloadglibc-d13733c166b71ac05056f553f0afdc8a363b2820.tar.gz
glibc-d13733c166b71ac05056f553f0afdc8a363b2820.tar.xz
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/s390/s390-32/sysdep.h')
-rw-r--r--sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
index 08f9e9cd9f..26d1a7c6d8 100644
--- a/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
+++ b/sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
@@ -42,7 +42,7 @@
    a large offset.  Therefore we must not anymore test for < 0, but test
    for a real error by making sure the value in gpr2 is a real error
    number.  Linus said he will make sure that no syscall returns a value
-   in -1 .. -4095 as a valid result so we can savely test with -4095.  */
+   in -1 .. -4095 as a valid result so we can safely test with -4095.  */
 
 #undef PSEUDO
 #define	PSEUDO(name, syscall_name, args)				      \