]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Fix some typos of "according"
authorLiming Gao <liming.gao@intel.com>
Wed, 8 Feb 2017 06:48:02 +0000 (14:48 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 8 Feb 2017 06:48:02 +0000 (14:48 +0800)
Cc: Feng Tian <feng.tian@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Rebecca Cran <rebecca@bluestop.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: He Junjie <junjie.he@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
MdeModulePkg/Core/PiSmmCore/MemoryAttributesTable.c
MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c
MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdMemory.c
MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c
MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c
MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h
MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c

index eba938e2a92b8334b7b4f7f89556eeacc31274b3..6cfd35945ab147aa981e1ca988acdbd7f4147d65 100644 (file)
@@ -785,7 +785,7 @@ SmmCoreGetMemoryMapMemoryAttributesTable (
 //\r
 \r
 /**\r
 //\r
 \r
 /**\r
-  Set MemoryProtectionAttribute accroding to PE/COFF image section alignment.\r
+  Set MemoryProtectionAttribute according to PE/COFF image section alignment.\r
 \r
   @param[in]  SectionAlignment    PE/COFF section alignment\r
 **/\r
 \r
   @param[in]  SectionAlignment    PE/COFF section alignment\r
 **/\r
@@ -1225,7 +1225,7 @@ Finish:
 }\r
 \r
 /**\r
 }\r
 \r
 /**\r
-  Find image record accroding to image base and size.\r
+  Find image record according to image base and size.\r
 \r
   @param[in]  ImageBase    Base of PE image\r
   @param[in]  ImageSize    Size of PE image\r
 \r
   @param[in]  ImageBase    Base of PE image\r
   @param[in]  ImageSize    Size of PE image\r
index a4579bf043c2f726826d796355fe8dc4b25bdead..8734291ae32ddb944a40441a16810b7b9f7bd539 100644 (file)
@@ -396,7 +396,7 @@ HttpParseUrl (
   FoundAt = FALSE;\r
   for (Char = Url; Char < Url + Length; Char++) {\r
     //\r
   FoundAt = FALSE;\r
   for (Char = Url; Char < Url + Length; Char++) {\r
     //\r
-    // Update state machine accoring to next char.\r
+    // Update state machine according to next char.\r
     //\r
     State = NetHttpParseUrlChar (*Char, State);\r
 \r
     //\r
     State = NetHttpParseUrlChar (*Char, State);\r
 \r
index 74c17bd2488169e3b026b58404f63d82e89d4406..3dc63762153024745f655772727dd8f7d8e2d0be 100644 (file)
@@ -37,7 +37,7 @@ EdbDisplayMemoryUnit (
   UINT64 Data64;\r
 \r
   //\r
   UINT64 Data64;\r
 \r
   //\r
-  // Print accroding to width\r
+  // Print according to width\r
   //\r
   switch (Width) {\r
   case EdbWidthUint8:\r
   //\r
   switch (Width) {\r
   case EdbWidthUint8:\r
index ba62c6ac27abf0cd63b32458e59b46fe76325ea5..3ca793059f16281f2985dace3e9c1844ae98e900 100644 (file)
@@ -70,7 +70,7 @@ GetDirNameFromFullPath (
 \r
 /**\r
 \r
 \r
 /**\r
 \r
-  Construct full path accroding to dir and file path.\r
+  Construct full path according to dir and file path.\r
 \r
   @param  DirPath         - dir path\r
   @param  FilePath        - file path\r
 \r
   @param  DirPath         - dir path\r
   @param  FilePath        - file path\r
@@ -127,7 +127,7 @@ EdbSymbolTypeToStr (
 \r
 /**\r
 \r
 \r
 /**\r
 \r
-  Find the symbol accroding to address and display symbol.\r
+  Find the symbol according to address and display symbol.\r
 \r
   @param  Address         - SymbolAddress\r
   @param  DebuggerPrivate - EBC Debugger private data structure\r
 \r
   @param  Address         - SymbolAddress\r
   @param  DebuggerPrivate - EBC Debugger private data structure\r
@@ -190,7 +190,7 @@ DebuggerDisplaySymbolAccrodingToAddress (
 \r
 /**\r
 \r
 \r
 /**\r
 \r
-  Find the symbol accroding to name and display symbol.\r
+  Find the symbol according to name and display symbol.\r
 \r
   @param  SymbolFileName  - The Symbol File Name, NULL means for all\r
   @param  SymbolName      - The Symbol Name, NULL means for all\r
 \r
   @param  SymbolFileName  - The Symbol File Name, NULL means for all\r
   @param  SymbolName      - The Symbol Name, NULL means for all\r
index 472158b8f97a8ad9d7bfb5bae147d3984cf595d7..26a86548b4e79d47313dc6a1761790a1f68d34eb 100644 (file)
@@ -1178,7 +1178,7 @@ EdbShowDisasm (
 \r
 /**\r
 \r
 \r
 /**\r
 \r
-  Get register value accroding to the system context, and register index.\r
+  Get register value according to the system context, and register index.\r
 \r
   @param  SystemContext   - EBC system context.\r
   @param  Index           - EBC register index\r
 \r
   @param  SystemContext   - EBC system context.\r
   @param  Index           - EBC register index\r
index af5a7cab99f9cc7bbaca54513d60c3b54a905ea7..a95b5834a865d34bceab479aaa58177d98cb640c 100644 (file)
@@ -556,7 +556,7 @@ EdbShowDisasm (
 \r
 /**\r
 \r
 \r
 /**\r
 \r
-  Get register value accroding to the system context, and register index.\r
+  Get register value according to the system context, and register index.\r
 \r
   @param  SystemContext   - EBC system context.\r
   @param  Index           - EBC register index\r
 \r
   @param  SystemContext   - EBC system context.\r
   @param  Index           - EBC register index\r
index 18796fdbfb81f41d1e5db9fc516771c2526a91a0..1db4c667d7cce721048ba2f02fb1a395e2e43f98 100644 (file)
@@ -1215,7 +1215,7 @@ Dhcp4InstanceConfigUdpIo (
     // UEFI spec, while in classless addressing network, the netmask must be explicitly\r
     // provided together with the station address.\r
     // If the DHCP instance haven't be configured with a valid netmask, we could only\r
     // UEFI spec, while in classless addressing network, the netmask must be explicitly\r
     // provided together with the station address.\r
     // If the DHCP instance haven't be configured with a valid netmask, we could only\r
-    // compute it accroding to the classful addressing rule.\r
+    // compute it according to the classful addressing rule.\r
     //\r
     Class = NetGetIpClass (ClientAddr);\r
     ASSERT (Class < IP4_ADDR_CLASSE);\r
     //\r
     Class = NetGetIpClass (ClientAddr);\r
     ASSERT (Class < IP4_ADDR_CLASSE);\r