From 8bffebee3d496936ee8918793dec36690fcb7699 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 27 May 2018 22:45:31 +0200 Subject: drivers/intel/fsp2_0: Fix uncountable "information" Change-Id: I91e13a786b12328f1d9200f76788faa19847bbe7 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26593 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/drivers/intel/fsp2_0/hand_off_block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/drivers/intel') 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. -- cgit v1.2.3