Skip to content

Commit 81417f5

Browse files
moyuanhaointel-lab-lkp
authored andcommitted
mptcp: fix typos in comments
This patch fixes the spelling mistakes in comments. greter -> greater Signed-off-by: moyuanhao <[email protected]>
1 parent 08a4452 commit 81417f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/mptcp/protocol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ struct sock *mptcp_subflow_get_send(struct mptcp_sock *msk)
13761376
* - estimate the faster flow linger time
13771377
* - use the above to estimate the amount of byte transferred
13781378
* by the faster flow
1379-
* - check that the amount of queued data is greter than the above,
1379+
* - check that the amount of queued data is greater than the above,
13801380
* otherwise do not use the picked, slower, subflow
13811381
* We select the subflow with the shorter estimated time to flush
13821382
* the queued mem, which basically ensure the above. We just need

0 commit comments

Comments
 (0)