]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpBootDxe/HttpBootSupport.c
NetworkPkg/HttpBootDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / HttpBootDxe / HttpBootSupport.c
index 61814d3b64ff485eb250f0bfa98e8cbc117d31b1..5b0e054a05ebb81f7f45cba24a42d4de402833d2 100644 (file)
@@ -494,7 +494,7 @@ Exit:
 /**\r
   Create a HTTP_IO_HEADER to hold the HTTP header items.\r
 \r
-  @param[in]  MaxHeaderCount         The maximun number of HTTP header in this holder.\r
+  @param[in]  MaxHeaderCount         The maximum number of HTTP header in this holder.\r
 \r
   @return    A pointer of the HTTP header holder or NULL if failed.\r
 \r
@@ -522,7 +522,7 @@ HttpBootCreateHeader (
 }\r
 \r
 /**\r
-  Destroy the HTTP_IO_HEADER and release the resouces.\r
+  Destroy the HTTP_IO_HEADER and release the resources.\r
 \r
   @param[in]  HttpIoHeader       Point to the HTTP header holder to be destroyed.\r
 \r
@@ -765,7 +765,7 @@ HttpIoCreateIo (
   }\r
 \r
   //\r
-  // Create events for variuos asynchronous operations.\r
+  // Create events for various asynchronous operations.\r
   //\r
   Status = gBS->CreateEvent (\r
                   EVT_NOTIFY_SIGNAL,\r
@@ -817,7 +817,7 @@ ON_ERROR:
 }\r
 \r
 /**\r
-  Destroy the HTTP_IO and release the resouces.\r
+  Destroy the HTTP_IO and release the resources.\r
 \r
   @param[in]  HttpIo          The HTTP_IO which wraps the HTTP service to be destroyed.\r
 \r
@@ -878,7 +878,7 @@ HttpIoDestroyIo (
   @param[in]   BodyLength       Length in bytes of the HTTP body.\r
   @param[in]   Body             Body associated with the HTTP request.\r
 \r
-  @retval EFI_SUCCESS            The HTTP request is trasmitted.\r
+  @retval EFI_SUCCESS            The HTTP request is transmitted.\r
   @retval EFI_INVALID_PARAMETER  One or more parameters are invalid.\r
   @retval EFI_OUT_OF_RESOURCES   Failed to allocate memory.\r
   @retval EFI_DEVICE_ERROR       An unexpected network or system error occurred.\r
@@ -1179,7 +1179,7 @@ HttpBootParseFilePath (
   @retval EFI_INVALID_PARAMETER  ImageType, Uri or UriParser is NULL.\r
   @retval EFI_INVALID_PARAMETER  HeaderCount is not zero, and Headers is NULL.\r
   @retval EFI_NOT_FOUND          Failed to identify the image type.\r
-  @retval Others                 Unexpect error happened.\r
+  @retval Others                 Unexpected error happened.\r
 \r
 **/\r
 EFI_STATUS\r