Fix comment in tcp.c

This commit is contained in:
Dirk Ziegelmeier 2016-03-03 22:48:10 +01:00
parent 7396d8818b
commit 1dea649cff

View File

@ -1505,7 +1505,7 @@ tcp_new(void)
* place it on any of the TCP PCB lists. * place it on any of the TCP PCB lists.
* The pcb is not put on any list until binding using tcp_bind(). * The pcb is not put on any list until binding using tcp_bind().
* *
* @param IP address type, see IPADDR_TYPE_XX definitions. * @param type IP address type, see IPADDR_TYPE_XX definitions.
* @return a new tcp_pcb that initially is in state CLOSED * @return a new tcp_pcb that initially is in state CLOSED
*/ */
struct tcp_pcb * struct tcp_pcb *