summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/bits/semaphore.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:08:08 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-19 02:08:08 +0100
commit1b2018c046c879e8a83673865dcb27e683eafcfc (patch)
tree89f59c2e1e4b0f2d689215432a6e7811ad207f52 /sysdeps/pthread/bits/semaphore.h
parent23deccd65c65f8e695bdf88321bcb7ee9a0d475d (diff)
Fix comment
Diffstat (limited to 'sysdeps/pthread/bits/semaphore.h')
-rw-r--r--sysdeps/pthread/bits/semaphore.h2
1 files changed, 1 insertions, 1 deletions
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 */