minor: fixed typo

This commit is contained in:
goldsimon 2016-08-19 15:40:36 +02:00
parent 6b1e1af3d1
commit 4f4d16260f

View File

@ -1379,7 +1379,7 @@ tcp_rexmit_rto(struct tcp_pcb *pcb)
/**
* Requeue the first unacked segment for retransmission
*
* Called by tcp_receive() for fast retramsmit.
* Called by tcp_receive() for fast retransmit.
*
* @param pcb the tcp_pcb for which to retransmit the first unacked segment
*/