diff options
author | Antoine Coeur <coeur@gmx.fr> | 2020-02-07 02:07:51 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-02-10 22:30:07 +0000 |
commit | ba3b642d5ba5c4703dc6410eb25fe189283659c1 (patch) | |
tree | 93b89cfe08c984f78b02f3c0486f387b760d7dfe /NetworkPkg/HttpDxe/HttpsSupport.c | |
parent | c36b7b511476c1c62be45fadbf6d38e270475706 (diff) | |
download | edk2-ba3b642d5ba5c4703dc6410eb25fe189283659c1.tar.gz |
NetworkPkg/HttpDxe: Fix various typos
Fix various typos in comments and documentation.
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-39-philmd@redhat.com>
Diffstat (limited to 'NetworkPkg/HttpDxe/HttpsSupport.c')
-rw-r--r-- | NetworkPkg/HttpDxe/HttpsSupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NetworkPkg/HttpDxe/HttpsSupport.c b/NetworkPkg/HttpDxe/HttpsSupport.c index 5dfb13bd60..7e0bf85c3c 100644 --- a/NetworkPkg/HttpDxe/HttpsSupport.c +++ b/NetworkPkg/HttpDxe/HttpsSupport.c @@ -971,7 +971,7 @@ ON_EXIT: }
/**
- Receive one TLS PDU. An TLS PDU contains an TLS record header and it's
+ Receive one TLS PDU. An TLS PDU contains an TLS record header and its
corresponding record data. These two parts will be put into two blocks of buffers in the
net buffer.
|