From d13733c166b71ac05056f553f0afdc8a363b2820 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov <ppluzhnikov@google.com> Date: Tue, 23 May 2023 10:50:31 +0000 Subject: 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> --- sysdeps/unix/sysv/linux/semtimedop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/semtimedop.c') diff --git a/sysdeps/unix/sysv/linux/semtimedop.c b/sysdeps/unix/sysv/linux/semtimedop.c index c0bb3c3..4cff1f9 100644 --- a/sysdeps/unix/sysv/linux/semtimedop.c +++ b/sysdeps/unix/sysv/linux/semtimedop.c @@ -34,7 +34,7 @@ semtimedop_syscall (int semid, struct sembuf *sops, size_t nsops, #endif } -/* Perform user-defined atomical operation of array of semaphores. */ +/* Perform user-defined atomic operation of array of semaphores. */ int __semtimedop64 (int semid, struct sembuf *sops, size_t nsops, const struct __timespec64 *timeout) -- cgit v1.1