Skip to content

Commit

Permalink
vio: typo on sock{et}_errno in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan authored and an3l committed Apr 29, 2020
1 parent 713e427 commit 946c879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vio/viosocket.c
Expand Up @@ -926,7 +926,7 @@ static my_bool socket_peek_read(Vio *vio, uint *bytes)
@param timeout Interval (in milliseconds) to wait for an I/O event.
A negative timeout value means an infinite timeout.
@remark sock_errno is set to SOCKET_ETIMEDOUT on timeout.
@remark socket_errno is set to SOCKET_ETIMEDOUT on timeout.
@return A three-state value which indicates the operation status.
@retval -1 Failure, socket_errno indicates the error.
Expand Down

0 comments on commit 946c879

Please sign in to comment.