diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 04:42:46 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-28 17:31:13 -0700 |
commit | 55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d (patch) | |
tree | 860b4784505a89e826a4832c36c7b26187b73437 /net/mptcp/subflow.c | |
parent | b18dacab6bc4a31b08b134a23d67f9fb2dd5a844 (diff) | |
download | linux-55320b82d634b15a6ac6c5cdbbde1ced2cbfa06d.tar.bz2 |
mptcp: subflow.c: Fix a typo
s/concerened/concerned/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mptcp/subflow.c')
-rw-r--r-- | net/mptcp/subflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mptcp/subflow.c b/net/mptcp/subflow.c index d17d39ccdf34..6c074d3db0ed 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) |