diff --git a/src/drivers/intel/fsp2_0/hand_off_block.c b/src/drivers/intel/fsp2_0/hand_off_block.c index 05f77950d9..ee4425045e 100644 --- a/src/drivers/intel/fsp2_0/hand_off_block.c +++ b/src/drivers/intel/fsp2_0/hand_off_block.c @@ -247,7 +247,7 @@ static void display_fsp_version_info_hob(const void *hob, size_t size) continue; } /* - * Firmware Version String is consist of 2 informations + * Firmware Version String consist of 2 pieces of information * 1. Component Name: string type data holds FW type name. * 2. Version Information : Either a string type data or * numeric field holds FW version information.