]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg DxeHttpLib: Fix typos in function descriptions
authorHao Wu <hao.a.wu@intel.com>
Wed, 6 Jan 2016 01:11:00 +0000 (01:11 +0000)
committerhwu1225 <hwu1225@Edk2>
Wed, 6 Jan 2016 01:11:00 +0000 (01:11 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19597 6f19259b-4bc3-4df7-8a09-765794883524

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