]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix a code typo.
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Oct 2011 01:47:53 +0000 (01:47 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 18 Oct 2011 01:47:53 +0000 (01:47 +0000)
Signed-off-by: ydong10
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12543 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c

index 69193d5efa00794811d1b28e6eea6d7de674c69c..52aaff021f88c03f6025682cea0f5aab52457e60 100644 (file)
@@ -194,7 +194,7 @@ GetFullyQualifiedPath(
 \r
   PathCleanUpDirectories(PathToReturn);\r
 \r
-  if (PathTpReturn == NULL) {\r
+  if (PathToReturn == NULL) {\r
     return NULL;\r
   }\r
 \r