diff options
Diffstat (limited to 'EmbeddedPkg/Ebl/CmdTemplate.c')
-rw-r--r-- | EmbeddedPkg/Ebl/CmdTemplate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/EmbeddedPkg/Ebl/CmdTemplate.c b/EmbeddedPkg/Ebl/CmdTemplate.c index 328fda359b..e19d63a8b0 100644 --- a/EmbeddedPkg/Ebl/CmdTemplate.c +++ b/EmbeddedPkg/Ebl/CmdTemplate.c @@ -26,7 +26,7 @@ @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
@@ -53,7 +53,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED const EBL_COMMAND_TABLE mCmd%CommandName%Template[ /**
- Initialize the commands in this in this file
+ Initialize the commands in this file
**/
VOID
EblInitialize%CommandName%Cmd (
|