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>
This commit is contained in:
Elyes HAOUAS 2018-05-27 22:45:31 +02:00 committed by Patrick Georgi
parent ede8f2673b
commit 8bffebee3d
1 changed files with 1 additions and 1 deletions

View File

@ -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.