doc: fix misspellings in docs
Fix misspellings in docs (and Kconfig and headers processed into docs) missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
7096fa512f
commit
416a174ac2
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ config ARM_MPU
|
||||||
memory map when programming dynamic memory regions (e.g. PRIV stack
|
memory map when programming dynamic memory regions (e.g. PRIV stack
|
||||||
guard, user thread stack, and application memory domains), if the
|
guard, user thread stack, and application memory domains), if the
|
||||||
system requires PRIV access policy different from the access policy
|
system requires PRIV access policy different from the access policy
|
||||||
of the ARMv8-M background memory map. The allication developer may
|
of the ARMv8-M background memory map. The application developer may
|
||||||
enforce full PRIV (kernel) memory partition by enabling the
|
enforce full PRIV (kernel) memory partition by enabling the
|
||||||
CONFIG_MPU_GAP_FILLING option.
|
CONFIG_MPU_GAP_FILLING option.
|
||||||
By not enforcing full partition, MPU may leave part of kernel
|
By not enforcing full partition, MPU may leave part of kernel
|
||||||
|
|
|
@ -5,7 +5,7 @@ Build Overview
|
||||||
|
|
||||||
The Zephyr build process can be divided into two main phases: a
|
The Zephyr build process can be divided into two main phases: a
|
||||||
configuration phase (driven by *CMake*) and a build phase (driven by
|
configuration phase (driven by *CMake*) and a build phase (driven by
|
||||||
*Make* or *Ninja*). We will descibe the build phase using *Make* as
|
*Make* or *Ninja*). We will describe the build phase using *Make* as
|
||||||
example.
|
example.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -555,7 +555,7 @@ static inline int z_impl_espi_read_lpc_request(struct device *dev,
|
||||||
* @brief Writes data to a LPC peripheral which generates an eSPI transaction.
|
* @brief Writes data to a LPC peripheral which generates an eSPI transaction.
|
||||||
*
|
*
|
||||||
* This routine provides a generic interface to write data to a block which
|
* This routine provides a generic interface to write data to a block which
|
||||||
* triggers an eSPI transacion. The eSPI packet is assembled by the HW
|
* triggers an eSPI transaction. The eSPI packet is assembled by the HW
|
||||||
* block.
|
* block.
|
||||||
*
|
*
|
||||||
* @param dev Pointer to the device structure for the driver instance.
|
* @param dev Pointer to the device structure for the driver instance.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue