Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

net/handshake: Fixed grammar mistake

The word "a" was used instead of "an" which is grammatically incorrect.
Fixed by changing from "a" to "an". This improves readability of the
documentation.

Signed-off-by: Leon Kral <leon.j.kral@protonmail.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Link: https://patch.msgid.link/20260227001151.41610-1-leon.j.kral@protonmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Leon Kral and committed by
Jakub Kicinski
57cc8ab3 2164242c

+1 -1
+1 -1
Documentation/networking/tls-handshake.rst
··· 7 7 Overview 8 8 ======== 9 9 10 - Transport Layer Security (TLS) is a Upper Layer Protocol (ULP) that runs 10 + Transport Layer Security (TLS) is an Upper Layer Protocol (ULP) that runs 11 11 over TCP. TLS provides end-to-end data integrity and confidentiality in 12 12 addition to peer authentication. 13 13