From 1b2018c046c879e8a83673865dcb27e683eafcfc Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 19 Mar 2018 02:08:08 +0100 Subject: Fix comment --- sysdeps/pthread/bits/semaphore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/pthread') diff --git a/sysdeps/pthread/bits/semaphore.h b/sysdeps/pthread/bits/semaphore.h index 6913766..94f4da2 100644 --- a/sysdeps/pthread/bits/semaphore.h +++ b/sysdeps/pthread/bits/semaphore.h @@ -44,4 +44,4 @@ typedef struct __semaphore sem_t; #define __SEMAPHORE_INITIALIZER(pshared, value) \ { __PTHREAD_SPIN_LOCK_INITIALIZER, NULL, (pshared), (value), NULL } -#endif /* bits/mutex.h */ +#endif /* bits/semaphore.h */ -- cgit v1.2.3