From 1f3fe200df65bc60b93f507a50a2ba414e099899 Mon Sep 17 00:00:00 2001 From: jifl Date: Wed, 12 Nov 2008 19:14:21 +0000 Subject: [PATCH] Correct commented description of do_recv(). Reported by Charles Landau on lwip-users. --- src/api/api_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/api_msg.c b/src/api/api_msg.c index a655c61e..20c5fd89 100644 --- a/src/api/api_msg.c +++ b/src/api/api_msg.c @@ -902,7 +902,7 @@ do_send(struct api_msg_msg *msg) } /** - * Recv some data from a RAW or UDP pcb contained in a netconn + * Indicate data has been received from a TCP pcb contained in a netconn * Called from netconn_recv * * @param msg the api_msg_msg pointing to the connection