ShellPkg: API name typo.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15010 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jaben Carsey 2013-12-19 22:09:17 +00:00 committed by jcarsey
parent 404b3f4394
commit 12a27a6d81
1 changed files with 2 additions and 2 deletions

View File

@ -1754,7 +1754,7 @@ SetLastError(
**/
EFI_STATUS
EFIAPI
ProcessCommandLineAliasVariable(
ProcessCommandLineToFinal(
IN OUT CHAR16 **CmdLine
)
{
@ -2086,7 +2086,7 @@ RunCommand(
return (EFI_SUCCESS);
}
Status = ProcessCommandLineAliasVariable(&CleanOriginal);
Status = ProcessCommandLineToFinal(&CleanOriginal);
if (EFI_ERROR(Status)) {
SHELL_FREE_NON_NULL(CleanOriginal);
return (Status);