diff --git a/src/core/tcp.c b/src/core/tcp.c index fffbe555..99b64c7c 100644 --- a/src/core/tcp.c +++ b/src/core/tcp.c @@ -1232,7 +1232,7 @@ tcp_pcb_purge(struct tcp_pcb *pcb) * Purges the PCB and removes it from a PCB list. Any delayed ACKs are sent first. * * @param pcblist PCB list to purge. - * @param pcb tcp_pcb to purge. The pcb itself is also deallocated! + * @param pcb tcp_pcb to purge. The pcb itself is NOT deallocated! */ void tcp_pcb_remove(struct tcp_pcb **pcblist, struct tcp_pcb *pcb)