mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 14:51:51 -04:00
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>
This commit is contained in:
committed by
Jakub Kicinski
parent
2164242c50
commit
57cc8ab3e9
@@ -7,7 +7,7 @@ In-Kernel TLS Handshake
|
||||
Overview
|
||||
========
|
||||
|
||||
Transport Layer Security (TLS) is a Upper Layer Protocol (ULP) that runs
|
||||
Transport Layer Security (TLS) is an Upper Layer Protocol (ULP) that runs
|
||||
over TCP. TLS provides end-to-end data integrity and confidentiality in
|
||||
addition to peer authentication.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user