summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8183/spm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8183/spm.c')
-rw-r--r--src/soc/mediatek/mt8183/spm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8183/spm.c b/src/soc/mediatek/mt8183/spm.c
index 024fe1c9fc..020da934ab 100644
--- a/src/soc/mediatek/mt8183/spm.c
+++ b/src/soc/mediatek/mt8183/spm.c
@@ -274,7 +274,7 @@ static int spm_load_firmware(enum dyna_load_pcm_index index,
offset += copy_size;
/* version */
- /* The termintating character should be contained in the spm binary */
+ /* The terminating character should be contained in the spm binary */
assert(spm_bin[file_size - 1] == '\0');
assert(offset < file_size);
printk(BIOS_DEBUG, "SPM: version = %s\n", spm_bin + offset);