diff mbox series

topmsg: mptcp: implement and use MPTCP-level retransmission

Message ID 20200320002307.89947-4-mathew.j.martineau@linux.intel.com
State Accepted, archived
Delegated to: Matthieu Baerts
Headers show
Series topmsg: mptcp: implement and use MPTCP-level retransmission | expand

Commit Message

Mat Martineau March 20, 2020, 12:23 a.m. UTC
Signed-off-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
---
 .topmsg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.topmsg b/.topmsg
index 33c007398123..d0f9f41aa08f 100644
--- a/.topmsg
+++ b/.topmsg
@@ -2,7 +2,7 @@  From: Paolo Abeni <pabeni@redhat.com>
 Subject: [PATCH] mptcp: implement and use MPTCP-level retransmission
 
 On timeout event, schedule a work queue to do the retransmission.
-Retransmission code resemple closely sendmsg() implementation and
+Retransmission code closely resembles the sendmsg() implementation and
 re-uses mptcp_sendmsg_frag, providing a dummy msghdr - for flags'
 sake - and peeking the relevant dfrag from the rtx head.