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:
@ -37,7 +37,7 @@ EdbDisplayMemoryUnit (
|
||||
UINT64 Data64;
|
||||
|
||||
//
|
||||
// Print accroding to width
|
||||
// Print according to width
|
||||
//
|
||||
switch (Width) {
|
||||
case EdbWidthUint8:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user