Nico Huber submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Angel Pons: Looks good to me, approved
{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>
---
M Documentation/lib/payloads/fit.md
M src/soc/intel/apollolake/chip.c
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md
index 57a1a54..c6ccc7b 100644
--- a/Documentation/lib/payloads/fit.md
+++ b/Documentation/lib/payloads/fit.md
@@ -58,7 +58,7 @@
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);
diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c
index 907149a..d9c42f9 100644
--- a/src/soc/intel/apollolake/chip.c
+++ b/src/soc/intel/apollolake/chip.c
@@ -267,7 +267,7 @@
devfn = devfn0 + inc;

/*
- * Increase funtion by 1.
+ * Increase function by 1.
* Then find first enabled device to replace func0
* as that port was move to func0.
*/

To view, visit change 37468. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I708ab503ece37f44cc38511aad2383ab2cec3368
Gerrit-Change-Number: 37468
Gerrit-PatchSet: 5
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged