Fix some typos.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8005 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -1785,7 +1785,7 @@ ConvertDevicePathToText (
|
||||
DumpNode = DevPathToTextNodeUnknown;
|
||||
}
|
||||
//
|
||||
// Put a path seperator in if needed
|
||||
// Put a path separator in if needed
|
||||
//
|
||||
if ((Str.Len != 0) && DumpNode != DevPathToTextEndInstance) {
|
||||
if (*(Str.Str + Str.Len / sizeof (CHAR16) - 1) != L',') {
|
||||
|
Reference in New Issue
Block a user