Skip to content

Commit a0e128e

Browse files
ShamrockLeekuba-moo
authored andcommitted
net/tls: fix comment typo
Spell "retransmit" properly. Found by searching for keyword "tranm". Signed-off-by: Yueh-Shun Li <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 304b187 commit a0e128e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/tls/tls_device_fallback.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ static int fill_sg_in(struct scatterlist *sg_in,
271271
* There is a corner case where the packet contains
272272
* both an acked and a non-acked record.
273273
* We currently don't handle that case and rely
274-
* on TCP to retranmit a packet that doesn't contain
274+
* on TCP to retransmit a packet that doesn't contain
275275
* already acked payload.
276276
*/
277277
if (!is_start_marker)

0 commit comments

Comments
 (0)