]> git.proxmox.com Git - mirror_edk2.git/commitdiff
fix issue about slashes on end of comment line.
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 Jul 2011 14:32:34 +0000 (14:32 +0000)
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 11 Jul 2011 14:32:34 +0000 (14:32 +0000)
signed-off-by:jcarsey

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12003 6f19259b-4bc3-4df7-8a09-765794883524

ShellPkg/Library/BasePathLib/BasePathLib.c

index 53a2a095b52ce0f9c9ef6ed7ebec0e084211762d..b0d4bf34c2099fbc46b62ffdb424fb3c735ad30d 100644 (file)
@@ -79,7 +79,7 @@ PathCleanUpDirectories(
   }\r
 \r
   //\r
-  // Fix up the / vs \\r
+  // Fix up the '/' vs '\'\r
   //\r
   for (TempString = Path ; TempString != NULL && *TempString != CHAR_NULL ; TempString++) {\r
     if (*TempString == L'/') {\r