diff --git a/ShellPkg/Library/BasePathLib/BasePathLib.c b/ShellPkg/Library/BasePathLib/BasePathLib.c index 53a2a095b5..b0d4bf34c2 100644 --- a/ShellPkg/Library/BasePathLib/BasePathLib.c +++ b/ShellPkg/Library/BasePathLib/BasePathLib.c @@ -79,7 +79,7 @@ PathCleanUpDirectories( } // - // Fix up the / vs \ + // Fix up the '/' vs '\' // for (TempString = Path ; TempString != NULL && *TempString != CHAR_NULL ; TempString++) { if (*TempString == L'/') {