Correct commented description of do_recv().

Reported by Charles Landau on lwip-users.
This commit is contained in:
jifl 2008-11-12 19:14:21 +00:00
parent 299e2a7077
commit 1f3fe200df

View File

@ -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 * Called from netconn_recv
* *
* @param msg the api_msg_msg pointing to the connection * @param msg the api_msg_msg pointing to the connection