diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-12-04 19:23:50 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 15:24:58 +0000 |
commit | 0f82c12f71f23f0699fb85a5fe768fba00963e7a (patch) | |
tree | 724e3c824ac99c1e63e4df11db51dc4b69a13673 /Documentation/lib | |
parent | 58f3fd636cc03f16f3a84b3d9010c7d856365cb5 (diff) |
{Documentation,soc/intel}: Fix typo
Change-Id: I708ab503ece37f44cc38511aad2383ab2cec3368
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37468
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/lib')
-rw-r--r-- | Documentation/lib/payloads/fit.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md index 57a1a54566..c6ccc7b868 100644 --- a/Documentation/lib/payloads/fit.md +++ b/Documentation/lib/payloads/fit.md @@ -58,7 +58,7 @@ Supported compression algorithms: The config entries contain a compatible string, that is used to find a matching config. -The following mainboard specific funtions provide the BOARDID and SKUID: +The following mainboard specific functions provide the BOARDID and SKUID: ```c uint32_t board_id(void); |