Fixed comment: tcp_pcb_remove does *not* deallocate the pcb

This commit is contained in:
goldsimon 2009-11-20 16:43:57 +00:00
parent 94a7fee8c8
commit b30c6f8b9e

View File

@ -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)