diff options
Diffstat (limited to 'MdeModulePkg/Universal')
5 files changed, 7 insertions, 7 deletions
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
diff --git a/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c b/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c index 18796fdbfb..1db4c667d7 100644 --- a/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c +++ b/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Impl.c @@ -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);
|