api: fix typo in comment
This commit is contained in:
parent
8c98df30da
commit
a11398b1c5
@ -102,7 +102,7 @@ int epoll_ctl(HANDLE ephnd, int op, SOCKET sock, struct epoll_event* ev) {
|
|||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
err:
|
err:
|
||||||
/* On Linux, in the case of epoll_ctl_mod(), EBADF takes priority over other
|
/* On Linux, in the case of epoll_ctl(), EBADF takes priority over other
|
||||||
* errors. Wepoll mimics this behavior. */
|
* errors. Wepoll mimics this behavior. */
|
||||||
err_check_handle(ephnd);
|
err_check_handle(ephnd);
|
||||||
err_check_handle((HANDLE) sock);
|
err_check_handle((HANDLE) sock);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user