sockets: Trivial comment fixes

lwip_getsockopt_internal/lwip_setsockopt_internal were renamed to
lwip_getsockopt_impl/lwip_setsockopt_impl. Update the comment accordingly.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
This commit is contained in:
Axel Lin
2018-11-09 17:14:20 +08:00
parent 1d2567c7bf
commit 292bd85db6
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ struct lwip_sock {
/** Maximum optlen used by setsockopt/getsockopt */
#define LWIP_SETGETSOCKOPT_MAXOPTLEN LWIP_MAX(16, sizeof(struct ifreq))
/** This struct is used to pass data to the set/getsockopt_internal
/** This struct is used to pass data to the set/getsockopt_impl
* functions running in tcpip_thread context (only a void* is allowed) */
struct lwip_setgetsockopt_data {
/** socket index for which to change options */