summaryrefslogtreecommitdiffstats
path: root/src/sighook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sighook.c')
-rw-r--r--src/sighook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sighook.c b/src/sighook.c
index 0e9fddb..c799777 100644
--- a/src/sighook.c
+++ b/src/sighook.c
@@ -50,7 +50,7 @@ struct arc {
void *ptr;
#if BFS_POSIX_SEMAPHORES >= 0
- /** A semaphore for arc_wake(). */
+ /** A semaphore for arc_wait(). */
sem_t sem;
/** sem_init() result. */
int sem_status;