aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5420/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5420/smp.c')
-rw-r--r--src/soc/samsung/exynos5420/smp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/samsung/exynos5420/smp.c b/src/soc/samsung/exynos5420/smp.c
index 6fc2fb01ea..41a57ab385 100644
--- a/src/soc/samsung/exynos5420/smp.c
+++ b/src/soc/samsung/exynos5420/smp.c
@@ -267,7 +267,7 @@ static void power_down_core(void)
wfi();
}
-/* Configures the CPU states shard memory page and then shutdown all cores. */
+/* Configures the CPU states shared memory page and then shutdown all cores. */
static void configure_secondary_cores(void)
{
if (get_bits(read_midr(), 4, 12) == PART_NUMBER_CORTEX_A15) {