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); diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c index 907149a829..d9c42f9c20 100644 --- a/src/soc/intel/apollolake/chip.c +++ b/src/soc/intel/apollolake/chip.c @@ -267,7 +267,7 @@ static void pcie_update_device_tree(unsigned int devfn0, int num_funcs) 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. */