diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-05-27 22:45:31 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-06-28 09:33:02 +0000 |
commit | 8bffebee3d496936ee8918793dec36690fcb7699 (patch) | |
tree | ec04e01b73c1cc129fabb90c530c9a65632bdb11 /src/drivers/intel | |
parent | ede8f2673b8997eed1aa8471953a7053318585a3 (diff) |
drivers/intel/fsp2_0: Fix uncountable "information"
Change-Id: I91e13a786b12328f1d9200f76788faa19847bbe7
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26593
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/intel')
-rw-r--r-- | src/drivers/intel/fsp2_0/hand_off_block.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |