{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>
This commit is contained in:
Elyes HAOUAS 2019-12-04 19:23:50 +01:00 committed by Nico Huber
parent 58f3fd636c
commit 0f82c12f71
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Supported compression algorithms:
The config entries contain a compatible string, that is used to find a The config entries contain a compatible string, that is used to find a
matching config. matching config.
The following mainboard specific funtions provide the BOARDID and SKUID: The following mainboard specific functions provide the BOARDID and SKUID:
```c ```c
uint32_t board_id(void); uint32_t board_id(void);

View File

@ -267,7 +267,7 @@ static void pcie_update_device_tree(unsigned int devfn0, int num_funcs)
devfn = devfn0 + inc; devfn = devfn0 + inc;
/* /*
* Increase funtion by 1. * Increase function by 1.
* Then find first enabled device to replace func0 * Then find first enabled device to replace func0
* as that port was move to func0. * as that port was move to func0.
*/ */