diff options
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/romstage/romstage.c | 2 |
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 d5d0a96b56..0f53a79732 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) { |