diff options
author | Daniel Black <daniel@linux.ibm.com> | 2020-04-29 13:40:54 +1000 |
---|---|---|
committer | Anel <an3l@users.noreply.github.com> | 2020-04-29 09:51:11 +0200 |
commit | 946c879521e864baec356a7f6d890aeb6c3487d9 (patch) | |
tree | 7a943a6b168ccb86e8eefaf30e698cf747fca35e /vio | |
parent | 713e427b2e968c3c344a0a594d369c38d50ecd87 (diff) | |
download | mariadb-git-946c879521e864baec356a7f6d890aeb6c3487d9.tar.gz |
vio: typo on sock{et}_errno in comment
Diffstat (limited to 'vio')
-rw-r--r-- | vio/viosocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/viosocket.c b/vio/viosocket.c index e22e8e85ff6..a6c68584515 100644 --- a/vio/viosocket.c +++ b/vio/viosocket.c @@ -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. |