Commit a0e128ef authored by Yueh-Shun Li's avatar Yueh-Shun Li Committed by Jakub Kicinski

net/tls: fix comment typo

Spell "retransmit" properly.

Found by searching for keyword "tranm".
Signed-off-by: default avatarYueh-Shun Li <shamrocklee@posteo.net>
Link: https://lore.kernel.org/r/20230622012627.15050-7-shamrocklee@posteo.netSigned-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 304b1875
...@@ -271,7 +271,7 @@ static int fill_sg_in(struct scatterlist *sg_in, ...@@ -271,7 +271,7 @@ static int fill_sg_in(struct scatterlist *sg_in,
* There is a corner case where the packet contains * There is a corner case where the packet contains
* both an acked and a non-acked record. * both an acked and a non-acked record.
* We currently don't handle that case and rely * We currently don't handle that case and rely
* on TCP to retranmit a packet that doesn't contain * on TCP to retransmit a packet that doesn't contain
* already acked payload. * already acked payload.
*/ */
if (!is_start_marker) if (!is_start_marker)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment