Fix documentation in sockets.c

This commit is contained in:
Dirk Ziegelmeier 2017-02-26 09:42:06 +01:00
parent 08931b33c1
commit 9ab2eefc37

View File

@ -399,7 +399,7 @@ tryget_socket_unconn(int fd)
/**
* Same as get_socket but doesn't set errno
*
* @param s externally used socket index
* @param fd externally used socket index
* @return struct lwip_sock for the socket or NULL if not found
*/
static struct lwip_sock *
@ -418,7 +418,7 @@ tryget_socket(int fd)
/**
* Map a externally used socket index to the internal socket representation.
*
* @param s externally used socket index
* @param fd externally used socket index
* @return struct lwip_sock for the socket or NULL if not found
*/
static struct lwip_sock *