From 946c879521e864baec356a7f6d890aeb6c3487d9 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 29 Apr 2020 13:40:54 +1000 Subject: vio: typo on sock{et}_errno in comment --- vio/viosocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vio') 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. -- cgit v1.2.1