summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-16 11:47:23 +0100
committerFelix Singer <felixsinger@posteo.net>2022-12-31 09:30:54 +0000
commit411aba22bfb3a4a0f7f2c11e10bdb4bb0c7cbe4d (patch)
treed948b29c024e95b16a54613d87e333d73ef70ef1
parent00562ebcdedf4190b8d2a3c131ea71cfc08a2598 (diff)
security/intel/stm/StmPlatformResource.c: Fix typo on "threads"
Change-Id: Id57a9c689d5fa35cf1b4df9c37b12dd95cb9ef23 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61123 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
-rw-r--r--src/security/intel/stm/StmPlatformResource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/intel/stm/StmPlatformResource.c b/src/security/intel/stm/StmPlatformResource.c
index 4e56e2e574..ad7cf1dd7f 100644
--- a/src/security/intel/stm/StmPlatformResource.c
+++ b/src/security/intel/stm/StmPlatformResource.c
@@ -118,7 +118,7 @@ static void add_simple_resources(void)
rsc_pm_io.base = (uint16_t)get_pmbase();
- // Local APIC. We assume that all thteads are programmed identically
+ // Local APIC. We assume that all threads are programmed identically
// despite that it is possible to have individual APIC address for
// each of the threads. If this is the case this programming should
// be corrected.