]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpProto.h
NetworkPkg/HttpDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpProto.h
index 34308e016d3ebcf9784321a4f7996252e9695e02..00ba26aca49a77e55a77ec2809747fc8a7b74a14 100644 (file)
@@ -308,7 +308,7 @@ HttpCloseTcpRxEvent (
   );\r
 \r
 /**\r
-  Intiialize the HTTP_PROTOCOL structure to the unconfigured state.\r
+  Initialize the HTTP_PROTOCOL structure to the unconfigured state.\r
 \r
   @param[in, out]  HttpInstance         Pointer to HTTP_PROTOCOL structure.\r
   @param[in]       IpVersion            Indicate us TCP4 protocol or TCP6 protocol.\r
@@ -453,7 +453,7 @@ HttpTransmitTcp (
   @param[in]  Map                The container of either user's transmit or receive\r
                                  token.\r
   @param[in]  Item               Current item to check against.\r
-  @param[in]  Context            The Token to check againist.\r
+  @param[in]  Context            The Token to check against.\r
 \r
   @retval EFI_ACCESS_DENIED      The token or event has already been enqueued in IP\r
   @retval EFI_SUCCESS            The current item isn't the same token/event as the\r
@@ -473,7 +473,7 @@ HttpTokenExist (
 \r
   @param[in]  Map                The container of TxToken.\r
   @param[in]  Item               Current item to check against.\r
-  @param[in]  Context            The Token to check againist.\r
+  @param[in]  Context            The Token to check against.\r
 \r
   @retval EFI_NOT_READY          The HTTP message is still queued in the list.\r
   @retval EFI_SUCCESS            The HTTP message has been sent out.\r
@@ -508,11 +508,11 @@ HttpInitSession (
   );\r
 \r
 /**\r
-  Transmit the HTTP or HTTPS mssage by processing the associated HTTP token.\r
+  Transmit the HTTP or HTTPS message by processing the associated HTTP token.\r
 \r
   @param[in]  Map                The container of TxToken or Tx6Token.\r
   @param[in]  Item               Current item to check against.\r
-  @param[in]  Context            The Token to check againist.\r
+  @param[in]  Context            The Token to check against.\r
 \r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate resources.\r
   @retval EFI_SUCCESS            The HTTP message is queued into TCP transmit\r
@@ -532,7 +532,7 @@ HttpTcpTransmit (
 \r
   @param[in]  Map                The container of Rx4Token or Rx6Token.\r
   @param[in]  Item               Current item to check against.\r
-  @param[in]  Context            The Token to check againist.\r
+  @param[in]  Context            The Token to check against.\r
 \r
   @retval EFI_SUCCESS            The HTTP response is queued into TCP receive\r
                                  queue.\r
@@ -552,7 +552,7 @@ HttpTcpReceive (
 \r
   @param[in]       HttpInstance    The HTTP instance private data.\r
   @param[in, out]  SizeofHeaders   The HTTP header length.\r
-  @param[in, out]  BufferSize      The size of buffer to cacahe the header message.\r
+  @param[in, out]  BufferSize      The size of buffer to cache the header message.\r
   @param[in]       Timeout         The time to wait for receiving the header packet.\r
 \r
   @retval EFI_SUCCESS              The HTTP header is received.\r
@@ -600,7 +600,7 @@ HttpTcpTokenCleanup (
   @param[in]  Wrap                Pointer to HTTP token's wrap data.\r
 \r
   @retval EFI_SUCCESS             Allocation succeeded.\r
-  @retval EFI_OUT_OF_RESOURCES    Failed to complete the opration due to lack of resources.\r
+  @retval EFI_OUT_OF_RESOURCES    Failed to complete the operation due to lack of resources.\r
   @retval EFI_NOT_READY           Can't find a corresponding TxToken.\r
 \r
 **/\r