From 1895838e7a3807a6fce324f0dfed193a3821f6df Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 7 Aug 2018 12:23:16 +0200 Subject: src/drivers: Fix typo Change-Id: I9144937b72a98517cbd41c093cff7bad543b4140 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/27916 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/drivers/intel/fsp2_0/debug.c | 2 +- src/drivers/intel/fsp2_0/include/fsp/api.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/drivers/intel/fsp2_0') diff --git a/src/drivers/intel/fsp2_0/debug.c b/src/drivers/intel/fsp2_0/debug.c index f36f6de475..8f4dc1ea9b 100644 --- a/src/drivers/intel/fsp2_0/debug.c +++ b/src/drivers/intel/fsp2_0/debug.c @@ -36,7 +36,7 @@ void fsp_debug_before_memory_init(fsp_memory_init_fn memory_init, if (IS_ENABLED(CONFIG_DISPLAY_UPD_DATA)) fspm_display_upd_values(fspm_old_upd, fspm_new_upd); - /* Display the call entry point and paramters */ + /* Display the call entry point and parameters */ if (!IS_ENABLED(CONFIG_DISPLAY_FSP_CALLS_AND_STATUS)) return; printk(BIOS_SPEW, "Calling FspMemoryInit: 0x%p\n", memory_init); diff --git a/src/drivers/intel/fsp2_0/include/fsp/api.h b/src/drivers/intel/fsp2_0/include/fsp/api.h index 123db303ca..5ed3801851 100644 --- a/src/drivers/intel/fsp2_0/include/fsp/api.h +++ b/src/drivers/intel/fsp2_0/include/fsp/api.h @@ -107,7 +107,7 @@ void soc_update_memory_params_for_mma(FSP_M_CONFIG *memory_cfg, * * This function is responsible for loading and executing the notify code from * the FSP-S binary. It expects that fsp_silicon_init() has already been called - * succesfully, and that the FSP-S binary is still loaded into memory. + * successfully, and that the FSP-S binary is still loaded into memory. */ #endif /* _FSP2_0_API_H_ */ -- cgit v1.2.3