From 16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 6 Feb 2019 23:40:38 +0800 Subject: ArmPlatformPkg: Fix various typos Fix various typos in ArmPlatformPkg. Signed-off-by: Coeur Reviewed-by: Leif Lindholm --- ArmPlatformPkg/PrePeiCore/PrePeiCore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ArmPlatformPkg/PrePeiCore') diff --git a/ArmPlatformPkg/PrePeiCore/PrePeiCore.c b/ArmPlatformPkg/PrePeiCore/PrePeiCore.c index ee4b281760..4911f67577 100644 --- a/ArmPlatformPkg/PrePeiCore/PrePeiCore.c +++ b/ArmPlatformPkg/PrePeiCore/PrePeiCore.c @@ -38,7 +38,7 @@ CreatePpiList ( PlatformPpiListSize = 0; ArmPlatformGetPlatformPpiList (&PlatformPpiListSize, &PlatformPpiList); - // Copy the Common and Platform PPis in Temporrary Memory + // Copy the Common and Platform PPis in Temporary Memory ListBase = PcdGet64 (PcdCPUCoresStackBase); CopyMem ((VOID*)ListBase, gCommonPpiTable, sizeof(gCommonPpiTable)); CopyMem ((VOID*)(ListBase + sizeof(gCommonPpiTable)), PlatformPpiList, PlatformPpiListSize); -- cgit v1.2.3