Skip to content

Commit

Permalink
sighook: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Aug 17, 2024
1 parent f1b7657 commit 9462e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sighook.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9462e5a

Please sign in to comment.