From 4f4d16260f735c1bd9a8ff5396b5018a5c26d906 Mon Sep 17 00:00:00 2001 From: goldsimon Date: Fri, 19 Aug 2016 15:40:36 +0200 Subject: [PATCH] minor: fixed typo --- src/core/tcp_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/tcp_out.c b/src/core/tcp_out.c index 610cbd83..7e1803fe 100644 --- a/src/core/tcp_out.c +++ b/src/core/tcp_out.c @@ -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 */