mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
vio: typo on sock{et}_errno in comment
This commit is contained in:
parent
713e427b2e
commit
946c879521
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue