From 24648548886af2563f7a0c2f42da18bb89e40b2d Mon Sep 17 00:00:00 2001 From: Liming Gao Date: Wed, 8 Feb 2017 14:48:02 +0800 Subject: MdeModulePkg: Fix some typos of "according" Cc: Feng Tian Cc: Star Zeng Cc: Siyuan Fu Cc: Jiaxin Wu Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Rebecca Cran Reviewed-by: Liming Gao Reviewed-by: Star Zeng Reviewed-by: Feng Tian Reviewed-by: He Junjie Reviewed-by: Fu Siyuan Reviewed-by: Wu Jiaxin --- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdMemory.c | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c | 6 +++--- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c | 2 +- MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'MdeModulePkg/Universal/EbcDxe') diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdMemory.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdMemory.c index 74c17bd248..3dc6376215 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdMemory.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdMemory.c @@ -37,7 +37,7 @@ EdbDisplayMemoryUnit ( UINT64 Data64; // - // Print accroding to width + // Print according to width // switch (Width) { case EdbWidthUint8: diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c index ba62c6ac27..3ca793059f 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c @@ -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 diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c index 472158b8f9..26a86548b4 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c @@ -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 diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h index af5a7cab99..a95b5834a8 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h +++ b/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h @@ -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 -- cgit v1.2.3