]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net/handshake: Fixed grammar mistake
authorLeon Kral <leon.j.kral@protonmail.com>
Fri, 27 Feb 2026 00:07:47 +0000 (00:07 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Feb 2026 03:24:08 +0000 (19:24 -0800)
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>
Documentation/networking/tls-handshake.rst

index 6f5ea1646a4704653a41caee551ed85fdda12f0f..4f7bc1087df996a1e2fb5971e4adfa6836630e91 100644 (file)
@@ -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.