summaryrefslogtreecommitdiff
path: root/ShellPkg
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2011-10-18 01:47:53 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2011-10-18 01:47:53 +0000
commitd6c06dd77645c84654c51d5aa3582aaa241c429c (patch)
tree1d75069fd164b6609491778f2c1b50bd63157d63 /ShellPkg
parentc8c2259156709f1995994dadbf469a8920649bc8 (diff)
downloadedk2-platforms-d6c06dd77645c84654c51d5aa3582aaa241c429c.tar.xz
Fix a code typo.
Signed-off-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12543 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg')
-rw-r--r--ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
index 69193d5efa..52aaff021f 100644
--- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
+++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
@@ -194,7 +194,7 @@ GetFullyQualifiedPath(
PathCleanUpDirectories(PathToReturn);
- if (PathTpReturn == NULL) {
+ if (PathToReturn == NULL) {
return NULL;
}