Skip to content

Commit 416a174

Browse files
dbkinderdleach02
authored andcommitted
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 <[email protected]>
1 parent 7096fa5 commit 416a174

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

arch/arm/core/cortex_m/mpu/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config ARM_MPU
2727
memory map when programming dynamic memory regions (e.g. PRIV stack
2828
guard, user thread stack, and application memory domains), if the
2929
system requires PRIV access policy different from the access policy
30-
of the ARMv8-M background memory map. The allication developer may
30+
of the ARMv8-M background memory map. The application developer may
3131
enforce full PRIV (kernel) memory partition by enabling the
3232
CONFIG_MPU_GAP_FILLING option.
3333
By not enforcing full partition, MPU may leave part of kernel

doc/guides/build/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Build Overview
55

66
The Zephyr build process can be divided into two main phases: a
77
configuration phase (driven by *CMake*) and a build phase (driven by
8-
*Make* or *Ninja*). We will descibe the build phase using *Make* as
8+
*Make* or *Ninja*). We will describe the build phase using *Make* as
99
example.
1010

1111

include/drivers/espi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ static inline int z_impl_espi_read_lpc_request(struct device *dev,
555555
* @brief Writes data to a LPC peripheral which generates an eSPI transaction.
556556
*
557557
* This routine provides a generic interface to write data to a block which
558-
* triggers an eSPI transacion. The eSPI packet is assembled by the HW
558+
* triggers an eSPI transaction. The eSPI packet is assembled by the HW
559559
* block.
560560
*
561561
* @param dev Pointer to the device structure for the driver instance.

0 commit comments

Comments
 (0)