diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-08 18:29:14 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-08 18:29:14 +0000 |
commit | 7ca9e5a4010b0e16231173dfc1918685ffc3a1dd (patch) | |
tree | c242f6837827c6289131c5653be7993ae058a20d /EmbeddedPkg/EblExternCmd/Main.c | |
parent | 573d7e468eb83505a20ae3f828b67599cda23b3d (diff) | |
download | edk2-platforms-7ca9e5a4010b0e16231173dfc1918685ffc3a1dd.tar.xz |
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/EblExternCmd/Main.c')
-rw-r--r-- | EmbeddedPkg/EblExternCmd/Main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/EblExternCmd/Main.c b/EmbeddedPkg/EblExternCmd/Main.c index 9a3dcce74c..9f38c5de58 100644 --- a/EmbeddedPkg/EblExternCmd/Main.c +++ b/EmbeddedPkg/EblExternCmd/Main.c @@ -29,7 +29,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
|