X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPkg%2FLibrary%2FRvdPeCoffExtraActionLib%2FRvdPeCoffExtraActionLib.c;h=161ac2dfb22e20e2ff5ac7cc1bc1a449b886c261;hb=11c20f4e06d252feaa65aa5e526686baf015762d;hp=531cfa1e7b36c44f25e12ac51e95ff7e361cdf8c;hpb=5439ccda50acf4f6e2c1cbd256a30ba555da3eda;p=mirror_edk2.git diff --git a/ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.c b/ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.c index 531cfa1e7b..161ac2dfb2 100644 --- a/ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.c +++ b/ArmPkg/Library/RvdPeCoffExtraActionLib/RvdPeCoffExtraActionLib.c @@ -89,7 +89,7 @@ DeCygwinPathIfNeeded ( Ptr[9] = Ptr[10]; Ptr[10] = ':'; - // switch path seperators + // switch path separators for (Index = 11; Index < Len; Index++) { if (Ptr[Index] == '/') { Ptr[Index] = '\\' ;