MdeModulePkg: Fix some typos of "according"

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>
This commit is contained in:
Liming Gao 2017-02-08 14:48:02 +08:00
parent d03c056b29
commit 2464854888
7 changed files with 10 additions and 10 deletions

View File

@ -785,7 +785,7 @@ SmmCoreGetMemoryMapMemoryAttributesTable (
//
/**
Set MemoryProtectionAttribute accroding to PE/COFF image section alignment.
Set MemoryProtectionAttribute according to PE/COFF image section alignment.
@param[in] SectionAlignment PE/COFF section alignment
**/
@ -1225,7 +1225,7 @@ Finish:
}
/**
Find image record accroding to image base and size.
Find image record according to image base and size.
@param[in] ImageBase Base of PE image
@param[in] ImageSize Size of PE image

View File

@ -396,7 +396,7 @@ HttpParseUrl (
FoundAt = FALSE;
for (Char = Url; Char < Url + Length; Char++) {
//
// Update state machine accoring to next char.
// Update state machine according to next char.
//
State = NetHttpParseUrlChar (*Char, State);

View File

@ -37,7 +37,7 @@ EdbDisplayMemoryUnit (
UINT64 Data64;
//
// Print accroding to width
// Print according to width
//
switch (Width) {
case EdbWidthUint8:

View File

@ -70,7 +70,7 @@ GetDirNameFromFullPath (
/**
Construct full path accroding to dir and file path.
Construct full path according to dir and file path.
@param DirPath - dir path
@param FilePath - file path
@ -127,7 +127,7 @@ EdbSymbolTypeToStr (
/**
Find the symbol accroding to address and display symbol.
Find the symbol according to address and display symbol.
@param Address - SymbolAddress
@param DebuggerPrivate - EBC Debugger private data structure
@ -190,7 +190,7 @@ DebuggerDisplaySymbolAccrodingToAddress (
/**
Find the symbol accroding to name and display symbol.
Find the symbol according to name and display symbol.
@param SymbolFileName - The Symbol File Name, NULL means for all
@param SymbolName - The Symbol Name, NULL means for all

View File

@ -1178,7 +1178,7 @@ EdbShowDisasm (
/**
Get register value accroding to the system context, and register index.
Get register value according to the system context, and register index.
@param SystemContext - EBC system context.
@param Index - EBC register index

View File

@ -556,7 +556,7 @@ EdbShowDisasm (
/**
Get register value accroding to the system context, and register index.
Get register value according to the system context, and register index.
@param SystemContext - EBC system context.
@param Index - EBC register index

View File

@ -1215,7 +1215,7 @@ Dhcp4InstanceConfigUdpIo (
// UEFI spec, while in classless addressing network, the netmask must be explicitly
// provided together with the station address.
// If the DHCP instance haven't be configured with a valid netmask, we could only
// compute it accroding to the classful addressing rule.
// compute it according to the classful addressing rule.
//
Class = NetGetIpClass (ClientAddr);
ASSERT (Class < IP4_ADDR_CLASSE);