Skip to content

Commit

Permalink
net/tls: fix comment typo
Browse files Browse the repository at this point in the history
Spell "retransmit" properly.

Found by searching for keyword "tranm".

Signed-off-by: Yueh-Shun Li <shamrocklee@posteo.net>
Link: https://lore.kernel.org/r/20230622012627.15050-7-shamrocklee@posteo.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Yueh-Shun Li authored and Jakub Kicinski committed Jun 23, 2023
1 parent 304b187 commit a0e128e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/tls/tls_device_fallback.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ static int fill_sg_in(struct scatterlist *sg_in,
* There is a corner case where the packet contains
* both an acked and a non-acked record.
* 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.
*/
if (!is_start_marker)
Expand Down

0 comments on commit a0e128e

Please sign in to comment.