Skip to content

Commit

Permalink
main: fix doxygen comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Dec 10, 2023
1 parent f708648 commit 7b28cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ static int poll_setup(struct re *re)
/**
* Listen for events on a file descriptor
*
* @param fhs File descriptor handler struct pointer (don't use mem_deref(),
* @param fhsp File descriptor handler struct pointer (don't use mem_deref(),
* use fd_close() instead)
* @param fd File descriptor
* @param flags Wanted event flags
Expand Down

0 comments on commit 7b28cec

Please sign in to comment.