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>
This commit is contained in:
Antoine Coeur
2020-02-07 02:07:51 +01:00
committed by mergify[bot]
parent c36b7b5114
commit ba3b642d5b
7 changed files with 36 additions and 36 deletions

View File

@@ -149,7 +149,7 @@ TlsCommonReceive (
);
/**
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.