summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/PrePi
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/PrePi
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/PrePi')
-rw-r--r--ArmPlatformPkg/PrePi/PrePi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPlatformPkg/PrePi/PrePi.c b/ArmPlatformPkg/PrePi/PrePi.c
index 703bab92ae..2bb1449581 100644
--- a/ArmPlatformPkg/PrePi/PrePi.c
+++ b/ArmPlatformPkg/PrePi/PrePi.c
@@ -193,7 +193,7 @@ CEntryPoint (
ArmCallSEV ();
}
} else {
- // Wait the Primay core has defined the address of the Global Variable region (event: ARM_CPU_EVENT_DEFAULT)
+ // Wait the Primary core has defined the address of the Global Variable region (event: ARM_CPU_EVENT_DEFAULT)
ArmCallWFE ();
}
}