From 9462e5aae63949215ea9b25fa52921517fd9fca3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 17 Aug 2024 10:42:17 -0400 Subject: sighook: Fix typo in comment --- src/sighook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3