summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/PrePeiCore
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-02-06 23:40:38 +0800
committerLeif Lindholm <leif.lindholm@linaro.org>2019-07-04 12:20:52 +0100
commit16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 (patch)
tree7e8ca3328bde58d42f4bc91b95950dd67560f3bc /ArmPlatformPkg/PrePeiCore
parentff5fef1428dafc8f73e1f5d63966ef5c9bd8c420 (diff)
downloadedk2-16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3.tar.gz
edk2-16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3.tar.bz2
edk2-16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3.zip
ArmPlatformPkg: Fix various typos
Fix various typos in ArmPlatformPkg. Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/PrePeiCore')
-rw-r--r--ArmPlatformPkg/PrePeiCore/PrePeiCore.c2
1 files changed, 1 insertions, 1 deletions
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);