From 83740d81f20d959689309133647ef361c03d7391 Mon Sep 17 00:00:00 2001 From: sg Date: Wed, 25 Feb 2015 21:32:33 +0100 Subject: [PATCH] fixed comment --- src/api/sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/sockets.c b/src/api/sockets.c index 71cc346e..dce155e8 100644 --- a/src/api/sockets.c +++ b/src/api/sockets.c @@ -2542,7 +2542,7 @@ lwip_socket_unregister_membership(int s, ip_addr_t *if_addr, ip_addr_t *multi_ad /** Drop all memberships of a socket that were not dropped explicitly via setsockopt. * - * ATTENTION: this function is called NOT called from tcpip_thread (or under CORE_LOCK). + * ATTENTION: this function is NOT called from tcpip_thread (or under CORE_LOCK). */ static void lwip_socket_drop_registered_memberships(int s) {