summaryrefslogtreecommitdiff
path: root/plat/mediatek/mt8173/drivers/spm/spm.c
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-02-13 09:14:48 +0100
committerManish Pandey <manish.pandey2@arm.com>2023-05-09 15:57:12 +0100
commit1b491eead580d7849a45a38f2c6a935a5d8d1160 (patch)
tree5085dd0af7deed3a5a52dbcd82a78aa5cd96e888 /plat/mediatek/mt8173/drivers/spm/spm.c
parent8557d491b6dbd6cbf27cc2ae6425f6cb29ca2c35 (diff)
downloadarm-trusted-firmware-1b491eead580d7849a45a38f2c6a935a5d8d1160.tar.gz
fix(tree): correct some typos
found using codespell (https://github.com/codespell-project/codespell). Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
Diffstat (limited to 'plat/mediatek/mt8173/drivers/spm/spm.c')
-rw-r--r--plat/mediatek/mt8173/drivers/spm/spm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/mediatek/mt8173/drivers/spm/spm.c b/plat/mediatek/mt8173/drivers/spm/spm.c
index 8980e075e..0d3acb268 100644
--- a/plat/mediatek/mt8173/drivers/spm/spm.c
+++ b/plat/mediatek/mt8173/drivers/spm/spm.c
@@ -20,7 +20,7 @@
* - spm_suspend.c for system power control in system suspend scenario.
*
* This file provide utility functions common to hotplug, mcdi(idle), suspend
- * power scenarios. A bakery lock (software lock) is incoporated to protect
+ * power scenarios. A bakery lock (software lock) is incorporated to protect
* certain critical sections to avoid kicking different SPM firmware
* concurrently.
*/