summaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/hand_off_block.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-27 22:45:31 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-28 09:33:02 +0000
commit8bffebee3d496936ee8918793dec36690fcb7699 (patch)
treeec04e01b73c1cc129fabb90c530c9a65632bdb11 /src/drivers/intel/fsp2_0/hand_off_block.c
parentede8f2673b8997eed1aa8471953a7053318585a3 (diff)
downloadcoreboot-8bffebee3d496936ee8918793dec36690fcb7699.tar.xz
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/fsp2_0/hand_off_block.c')
-rw-r--r--src/drivers/intel/fsp2_0/hand_off_block.c2
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.