Fix typo in the sockfd_socket description

This commit is contained in:
junmin-kim 2020-01-09 16:46:32 +09:00 committed by Alan Carvalho de Assis
parent a007932d6b
commit db3826bf2c
3 changed files with 3 additions and 3 deletions

View File

@ -520,7 +520,7 @@ void net_releaselist(FAR struct socketlist *list);
* Given a socket descriptor, return the underlying socket structure.
*
* Input Parameters:
* sockfd - The socket descriptor index o use.
* sockfd - The socket descriptor index to use.
*
* Returned Value:
* On success, a reference to the socket structure associated with the

View File

@ -255,7 +255,7 @@ void sockfd_release(int sockfd)
* Given a socket descriptor, return the underlying socket structure.
*
* Input Parameters:
* sockfd - The socket descriptor index o use.
* sockfd - The socket descriptor index to use.
*
* Returned Value:
* On success, a reference to the socket structure associated with the

View File

@ -211,7 +211,7 @@ void sockfd_release(int sockfd);
* Given a socket descriptor, return the underlying socket structure.
*
* Input Parameters:
* sockfd - The socket descriptor index o use.
* sockfd - The socket descriptor index to use.
*
* Returned Value:
* On success, a reference to the socket structure associated with the