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>
This commit is contained in:
Elyes HAOUAS 2022-01-16 11:47:23 +01:00 committed by Felix Singer
parent 00562ebcde
commit 411aba22bf
1 changed files with 1 additions and 1 deletions

View File

@ -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.