]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCore.c
ArmPlatformPkg: Fix various typos
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCore.c
index ee4b281760b3c3c91c8cc612b27af788fc2033bc..4911f67577a2b599534a01d5120a98019666eb9d 100644 (file)
@@ -38,7 +38,7 @@ CreatePpiList (
   PlatformPpiListSize = 0;\r
   ArmPlatformGetPlatformPpiList (&PlatformPpiListSize, &PlatformPpiList);\r
 \r
-  // Copy the Common and Platform PPis in Temporrary Memory\r
+  // Copy the Common and Platform PPis in Temporary Memory\r
   ListBase = PcdGet64 (PcdCPUCoresStackBase);\r
   CopyMem ((VOID*)ListBase, gCommonPpiTable, sizeof(gCommonPpiTable));\r
   CopyMem ((VOID*)(ListBase + sizeof(gCommonPpiTable)), PlatformPpiList, PlatformPpiListSize);\r