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:
gikidy
2009-04-02 01:58:19 +00:00
parent 75eccf9d4a
commit 5755841f2a
4 changed files with 13 additions and 13 deletions

View File

@ -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',') {