diff options
| author | Leon Kral <leon.j.kral@protonmail.com> | 2026-02-27 03:07:47 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-02-28 06:24:08 +0300 |
| commit | 57cc8ab3e9f2c460204bc8facb7932b9b53be878 (patch) | |
| tree | d80517422f770afdafa3cf0274942efdfe085579 | |
| parent | 2164242c50084bd5b359b7d554d3a124e2c19074 (diff) | |
| download | linux-57cc8ab3e9f2c460204bc8facb7932b9b53be878.tar.xz | |
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>
| -rw-r--r-- | Documentation/networking/tls-handshake.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/tls-handshake.rst b/Documentation/networking/tls-handshake.rst index 6f5ea1646a47..4f7bc1087df9 100644 --- a/Documentation/networking/tls-handshake.rst +++ b/Documentation/networking/tls-handshake.rst @@ -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. |
