summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell
diff options
context:
space:
mode:
authorJaben Carsey <jaben.carsey@intel.com>2013-12-19 22:09:17 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2013-12-19 22:09:17 +0000
commit12a27a6d81246493ea4cf66e97172ff252ca38a2 (patch)
tree10a62daa3013ffbc12c8af315cb39d89e8347d7a /ShellPkg/Application/Shell
parent404b3f439492fac48207f5a8cb7ecc89f4287100 (diff)
downloadedk2-platforms-12a27a6d81246493ea4cf66e97172ff252ca38a2.tar.xz
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
Diffstat (limited to 'ShellPkg/Application/Shell')
-rw-r--r--ShellPkg/Application/Shell/Shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ShellPkg/Application/Shell/Shell.c b/ShellPkg/Application/Shell/Shell.c
index fcf4962e82..efb718d05a 100644
--- a/ShellPkg/Application/Shell/Shell.c
+++ b/ShellPkg/Application/Shell/Shell.c
@@ -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);