[PATCH net-next v2] net/handshake: Fixed grammar mistake

Leon Kral posted 1 patch 1 month, 1 week ago
Documentation/networking/tls-handshake.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH net-next v2] net/handshake: Fixed grammar mistake
Posted by Leon Kral 1 month, 1 week ago
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>
---
 Documentation/networking/tls-handshake.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.
 
-- 
2.53.0
v2:
v1: https://lore.kernel.org/netdev/20260226000915.27898-1-leon.j.kral@protonmail.com/
Re: [PATCH net-next v2] net/handshake: Fixed grammar mistake
Posted by Alistair Francis 1 month, 1 week ago
On Fri, Feb 27, 2026 at 10:08 AM Leon Kral <leon.j.kral@protonmail.com> wrote:
>
> 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>

Alistair

> ---
>  Documentation/networking/tls-handshake.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.
>
> --
> 2.53.0
> v2:
> v1: https://lore.kernel.org/netdev/20260226000915.27898-1-leon.j.kral@protonmail.com/
>
>