From: Bin Meng Date: Thu, 24 Nov 2022 03:39:23 +0000 (+0800) Subject: x86: cosmetic: Fix a typo in the reserve_arch() comments X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=58e2a35f2e81b0114cf05bfd6e96e4d70e47b22c;p=u-boot.git x86: cosmetic: Fix a typo in the reserve_arch() comments It should be fsp_continue(). Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/arch/x86/cpu/cpu.c b/arch/x86/cpu/cpu.c index 86f53e78d2..6fe6eaf6c8 100644 --- a/arch/x86/cpu/cpu.c +++ b/arch/x86/cpu/cpu.c @@ -315,7 +315,7 @@ int reserve_arch(void) if (IS_ENABLED(CONFIG_HAVE_FSP)) { /* * Save stack address to CMOS so that at next S3 boot, - * we can use it as the stack address for fsp_contiue() + * we can use it as the stack address for fsp_continue() */ fsp_save_s3_stack(); }