diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-02-20 14:17:55 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-25 10:14:44 +0000 |
commit | 1f220a9da7cf14b6c776b4323d5bff7b2bca12c5 (patch) | |
tree | fec6797a520f3cda37852c3468048d91546f5920 /src/soc/mediatek/mt8183/spm.c | |
parent | 41de2a08ec85df00ff85d87dbee2cb37185e5323 (diff) |
soc/mediatek: Fix typos in comments
Also add missing whitespace.
Change-Id: I3361122d5232072e68d018e84219a262acf34001
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39027
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
Diffstat (limited to 'src/soc/mediatek/mt8183/spm.c')
-rw-r--r-- | src/soc/mediatek/mt8183/spm.c | 2 |
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); |