From: Bhaskar Chowdhury Date: Fri, 26 Mar 2021 23:12:46 +0000 (+0530) Subject: mptcp: subflow.c: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d;p=linux.git mptcp: subflow.c: Fix a typo s/concerened/concerned/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: David S. Miller --- diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c index d17d39ccdf34b..6c074d3db0edd 100644 --- a/net/mptcp/subflow.c +++ b/net/mptcp/subflow.c @@ -1081,7 +1081,7 @@ bool mptcp_subflow_data_available(struct sock *sk) * In mptcp, rwin is about the mptcp-level connection data. * * Data that is still on the ssk rx queue can thus be ignored, - * as far as mptcp peer is concerened that data is still inflight. + * as far as mptcp peer is concerned that data is still inflight. * DSS ACK is updated when skb is moved to the mptcp rx queue. */ void mptcp_space(const struct sock *ssk, int *space, int *full_space)