summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/fsp_broadwell_de/romstage
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/fsp_broadwell_de/romstage')
-rw-r--r--src/soc/intel/fsp_broadwell_de/romstage/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_broadwell_de/romstage/romstage.c b/src/soc/intel/fsp_broadwell_de/romstage/romstage.c
index d5d0a96b565e..0f53a79732a4 100644
--- a/src/soc/intel/fsp_broadwell_de/romstage/romstage.c
+++ b/src/soc/intel/fsp_broadwell_de/romstage/romstage.c
@@ -89,7 +89,7 @@ void *asmlinkage main(FSP_INFO_HEADER *fsp_info_header)
/*******************************************************************************
* The FSP early_init function returns to this function.
- * Memory is setup and the stack is set by the FSP.
+ * Memory is set up and the stack is set by the FSP.
*/
void romstage_main_continue(EFI_STATUS status, void *hob_list_ptr)
{