tcp_in: typo fix. Fixes bug #4458944589.

This commit is contained in:
Sylvain Rochet 2015-03-20 13:22:47 +01:00
parent 4e62a88870
commit c8587e1242

View File

@ -930,7 +930,7 @@ tcp_oos_insert_segment(struct tcp_seg *cseg, struct tcp_seg *next)
/**
* Called by tcp_process. Checks if the given segment is an ACK for outstanding
* data, and if so frees the memory of the buffered data. Next, is places the
* data, and if so frees the memory of the buffered data. Next, it places the
* segment on any of the receive queues (pcb->recved or pcb->ooseq). If the segment
* is buffered, the pbuf is referenced by pbuf_ref so that it will not be freed until
* it has been removed from the buffer.