From 3e582d1613c9df08b0a0a745cd720bd397b0cf49 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 5 May 2018 22:17:09 +0200 Subject: soc/intel/fsp_broadwell_de: Spell verb *set up* with space Change-Id: If2e66f3531696d430b3ae133c4b7ec0d929713b7 Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/26129 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/soc/intel/fsp_broadwell_de/romstage/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3