From 411aba22bfb3a4a0f7f2c11e10bdb4bb0c7cbe4d Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 16 Jan 2022 11:47:23 +0100 Subject: [PATCH] security/intel/stm/StmPlatformResource.c: Fix typo on "threads" Change-Id: Id57a9c689d5fa35cf1b4df9c37b12dd95cb9ef23 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/61123 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Felix Singer --- src/security/intel/stm/StmPlatformResource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.