vio: typo on sock{et}_errno in comment

This commit is contained in:
Daniel Black 2020-04-29 13:40:54 +10:00 committed by Anel
commit 946c879521

View file

@ -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.