]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c
MdeModulePkg DxeHttpLib: Fix typos in function descriptions
[mirror_edk2.git] / MdeModulePkg / Library / DxeHttpLib / DxeHttpLib.c
index 143baabdec9ddcd662cde842973f0b7fef196e45..040d874063dc8f8c86de1d4d4f4eff56e6498914 100644 (file)
@@ -134,7 +134,7 @@ UriPercentDecode (
 }\r
 \r
 /**\r
-  This function return the updated state accroding to the input state and next character of\r
+  This function return the updated state according to the input state and next character of\r
   the authority.\r
 \r
   @param[in]       Char           Next character.\r
@@ -299,7 +299,7 @@ NetHttpParseAuthority (
 }\r
 \r
 /**\r
-  This function return the updated state accroding to the input state and next character of a URL.\r
+  This function return the updated state according to the input state and next character of a URL.\r
 \r
   @param[in]       Char           Next character.\r
   @param[in]       State          Current value of the parser state machine.\r
@@ -1056,7 +1056,7 @@ HttpInitMsgParser (
   Parser->State = BodyParserBodyStart;\r
   \r
   //\r
-  // Determine the message length accroding to RFC 2616.\r
+  // Determine the message length according to RFC 2616.\r
   // 1. Check whether the message "MUST NOT" have a message-body.\r
   //\r
   Parser->IgnoreBody = HttpIoNoMessageBody (Method, StatusCode);\r