Skip to content

Commit 0132ea0

Browse files
committed
doc: fix spelling errors tree-wide
fix some spelling errors in code comments and Kconfig helps Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 7d45d3e commit 0132ea0

File tree

103 files changed

+131
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+131
-131
lines changed

Kconfig.zephyr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ config WARN_EXPERIMENTAL
10301030
config NOT_SECURE
10311031
bool
10321032
help
1033-
Symbol to be selected by a feature to inidicate that feature is
1033+
Symbol to be selected by a feature to indicate that feature is
10341034
not secure.
10351035

10361036
config TAINT

arch/xtensa/core/vector_handlers.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ void *xtensa_excint1_c(void *esf)
653653
* this code.
654654
*
655655
* Another intentionally ill is from xtensa_arch_kernel_oops.
656-
* Kernel OOPS has to be explicity raised so we can simply
656+
* Kernel OOPS has to be explicitly raised so we can simply
657657
* set the reason and continue.
658658
*/
659659
if (cause == EXCCAUSE_ILLEGAL) {

boards/adi/max32657evkit/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ by non-secure. All others is going to be accessible by NS world.
478478
endif()
479479
480480
481-
As an alternative method (which recommended) user can configurate ownership peripheral by
481+
As an alternative method (which recommended) user can configure ownership peripheral by
482482
an cmake overlay file too without touching TF-M source files. For this path
483483
create ``s_ns_access_overlay.cmake`` file under your project root folder and put peripheral/memory
484484
you would like to be accessible by secure world.

boards/adi/max32662evkit/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Connections and IOs
104104
| JP4 | I2C1_SDA_PU | +-----------+ | +-------------------------------------------------------------------------------+ |
105105
| | | | 1-2 | | | Connects the pull-up to I2C1A_SDA (P0.9); sourced by V_AUX. | |
106106
| | | +-----------+ | +-------------------------------------------------------------------------------+ |
107-
| | | | Oepn | | | Disconnects the pull-up from I2C1A_SDA (P0.9); sourced by V_AUX. | |
107+
| | | | Open | | | Disconnects the pull-up from I2C1A_SDA (P0.9); sourced by V_AUX. | |
108108
| | | +-----------+ | +-------------------------------------------------------------------------------+ |
109109
| | | | |
110110
+-----------+---------------+---------------+--------------------------------------------------------------------------------------------------+

boards/amd/kv260_r5/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ remoteproc support, it is based around 5.15 Xilinx maintained kernel, as describ
6666
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/1641152513/Kria+K26+SOM#PetaLinux
6767

6868
The other option is to use the reference image from the openAMP project, the link
69-
below points, betweem the options, to the kv260 target:
69+
below points, between the options, to the kv260 target:
7070

7171
https://github.com/OpenAMP/openamp-ci-builds/releases/tag/v2022.12
7272

boards/arm/mps2/doc/mps2_armv6m.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Running an applicatoin with FVP
260260
-------------------------------
261261

262262
Here is the same example for running with FVP.
263-
Set the ``ARMFVP_BIN_PATH`` environemnt variable to the location of your FVP you have downloaded from `here <FVP_>`_
263+
Set the ``ARMFVP_BIN_PATH`` environment variable to the location of your FVP you have downloaded from `here <FVP_>`_
264264

265265
.. code-block:: console
266266

boards/arm/mps2/doc/mps2_armv7m.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Running an applicatoin with FVP
281281
-------------------------------
282282

283283
Here is the same example for running with FVP.
284-
Set the ``ARMFVP_BIN_PATH`` environemnt variable to the location of your FVP you have downloaded from `here <FVP_>`_
284+
Set the ``ARMFVP_BIN_PATH`` environment variable to the location of your FVP you have downloaded from `here <FVP_>`_
285285

286286
.. code-block:: console
287287

boards/ct/ctcc/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ with the additional step of connecting an external debugger.
194194
To test flashed software, plug in ``ctcc`` card to mPCIe/M.2 slot or use mPCIe/M.2 adapter to USB and plug such adapter to USB port.
195195

196196
* For ``ctcc/nrf52840`` check on Linux system by entering ``lsusb`` command if the following device appears: ``NordicSemiconductor MCUBOOT`` or ``NordicSemiconductor USB-DEV`` (when booted into blinky example).
197-
* For ``ctcc/nrf9161`` it's not possible to see a change in ``lsusb`` due to the on-board USB-UART converter. Intead, connect to the UART console using a terminal emulation program of your choice.
197+
* For ``ctcc/nrf9161`` it's not possible to see a change in ``lsusb`` due to the on-board USB-UART converter. Instead, connect to the UART console using a terminal emulation program of your choice.
198198

199199
References
200200
**********

boards/espressif/esp32_ethernet_kit/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ corner and going clockwise.
150150
PoE Board (B)
151151
-------------
152152

153-
This board coverts power delivered over the Ethernet cable (PoE) to provide a
153+
This board converts power delivered over the Ethernet cable (PoE) to provide a
154154
power supply for the Ethernet Board (A). The main components of the PoE Board
155155
(B) are shown on the block diagram under `Functionality Overview`_.
156156

boards/google/dragonclaw/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hardware
1515

1616
- STM32F412CGU6 UFQFPN48 package
1717

18-
Peripherial Mapping
18+
Peripheral Mapping
1919
===================
2020

2121
- USART_1 TX/RX : PA9/PA10

0 commit comments

Comments
 (0)