net/tls: fix comment typo
authorYueh-Shun Li <shamrocklee@posteo.net>
Thu, 22 Jun 2023 01:26:33 +0000 (01:26 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 23 Jun 2023 02:38:46 +0000 (19:38 -0700)
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>
net/tls/tls_device_fallback.c

index 7fbb1d0..b28c5e2 100644 (file)
@@ -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)