diff options
| author | Yueh-Shun Li <[email protected]> | 2023-06-22 01:26:33 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2023-06-23 02:38:46 +0000 |
| commit | a0e128ef88e4a033a52963ec4ad94d96a17f8179 (patch) | |
| tree | 3c71087c2307add0ecb7a2aa970083c16faf6390 /net/tls/tls_device_fallback.c | |
| parent | tcp: fix comment typo (diff) | |
| download | kernel-a0e128ef88e4a033a52963ec4ad94d96a17f8179.tar.gz kernel-a0e128ef88e4a033a52963ec4ad94d96a17f8179.zip | |
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]>
Diffstat (limited to 'net/tls/tls_device_fallback.c')
| -rw-r--r-- | net/tls/tls_device_fallback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tls/tls_device_fallback.c b/net/tls/tls_device_fallback.c index 7fbb1d0b69b3..b28c5e296dfd 100644 --- a/net/tls/tls_device_fallback.c +++ b/net/tls/tls_device_fallback.c @@ -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) |
