summaryrefslogtreecommitdiff
path: root/EmbeddedPkg/Ebl/HwDebug.c
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-08 18:29:14 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-08 18:29:14 +0000
commit7ca9e5a4010b0e16231173dfc1918685ffc3a1dd (patch)
treec242f6837827c6289131c5653be7993ae058a20d /EmbeddedPkg/Ebl/HwDebug.c
parent573d7e468eb83505a20ae3f828b67599cda23b3d (diff)
EmbeddedPkg: Fix mispellings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12101 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmbeddedPkg/Ebl/HwDebug.c')
-rw-r--r--EmbeddedPkg/Ebl/HwDebug.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/EmbeddedPkg/Ebl/HwDebug.c b/EmbeddedPkg/Ebl/HwDebug.c
index b14d494d5..2ecf9d6d3 100644
--- a/EmbeddedPkg/Ebl/HwDebug.c
+++ b/EmbeddedPkg/Ebl/HwDebug.c
@@ -71,7 +71,7 @@ EblMdCmd (
/**
Fill Memory with data
- Argv[0] - "mfill"[.#] # is optiona width 1, 2, 4, or 8. Default 4
+ Argv[0] - "mfill"[.#] # is optional width 1, 2, 4, or 8. Default 4
Argv[1] - Hex Address to fill
Argv[2] - Data to write (0x00 is default)
Argv[3] - Number of units to dump.
@@ -83,7 +83,7 @@ EblMdCmd (
@param Argc Number of command arguments in Argv
@param Argv Array of strings that represent the parsed command line.
- Argv[0] is the comamnd name
+ Argv[0] is the command name
@return EFI_SUCCESS
@@ -163,7 +163,7 @@ CHAR8 *gPciSerialClassCodes[] = {
@param Argc Number of command arguments in Argv
@param Argv Array of strings that represent the parsed command line.
- Argv[0] is the comamnd name
+ Argv[0] is the command name
@return EFI_SUCCESS
@@ -255,7 +255,7 @@ EblPciCmd (
Pci->GetLocation (Pci, &Seg, &Bus, &Dev, &Func);
if ((Bus == BusArg) && (Dev == DevArg) && (Func == FuncArg)) {
// Only print Segment if it is non zero. If you only have one PCI segment it is
- // redundent to print it out
+ // redundant to print it out
if (Seg != 0) {
AsciiPrint ("Seg:%d ", Seg);
}