From cc2c5c9ec7e86ef1666a3e8d4b44139599ebc16c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 16 Jan 2021 14:43:22 +0100 Subject: cpu/x86/smm/smm_module_loaderv2.c: Remove repeated word Change-Id: I712fca09b1618017412a3d91f81627ec876f2894 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/49511 Tested-by: build bot (Jenkins) Reviewed-by: Jacob Garber --- src/cpu/x86/smm/smm_module_loaderv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/x86/smm/smm_module_loaderv2.c b/src/cpu/x86/smm/smm_module_loaderv2.c index 23495da520..715ea0afc7 100644 --- a/src/cpu/x86/smm/smm_module_loaderv2.c +++ b/src/cpu/x86/smm/smm_module_loaderv2.c @@ -333,7 +333,7 @@ static int smm_stub_place_staggered_entry_points(char *base, * * The save state and smm stack are treated as contiguous for the number of * concurrent areas requested. The save state always lives at the top of the - * the CPUS smbase (and the entry point is at offset 0x8000). This allows only a certain + * CPUS smbase (and the entry point is at offset 0x8000). This allows only a certain * number of CPUs with staggered entry points until the save state area comes * down far enough to overwrite/corrupt the entry code (stub code). Therefore, * an SMM map is created to avoid this corruption, see smm_create_map() above. -- cgit v1.2.3