]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: cosmetic: Fix a typo in the reserve_arch() comments
authorBin Meng <bmeng.cn@gmail.com>
Thu, 24 Nov 2022 03:39:23 +0000 (11:39 +0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 14 Dec 2022 04:04:51 +0000 (12:04 +0800)
It should be fsp_continue().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/cpu.c

index 86f53e78d24379f7dd524bd28fb893d8d871f51b..6fe6eaf6c84ea64207b902bf5f5405e0ba91a0ad 100644 (file)
@@ -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();
                }