From 9ab2eefc37e2e7dfa406e1539475e23a93e69d8e Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Sun, 26 Feb 2017 09:42:06 +0100 Subject: [PATCH] Fix documentation in sockets.c --- src/api/sockets.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/sockets.c b/src/api/sockets.c index fd7c953e..dd80fc1f 100644 --- a/src/api/sockets.c +++ b/src/api/sockets.c @@ -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 *