Skip to content

Commit 512dc9f

Browse files
ndrs-pstaescolar
authored andcommitted
doc: fix typo in multiple directories (build, hardware, kernel, project)
Utilize a code spell-checking tool to scan for and correct spelling errors in all files within the doc/build, hardware, kernel, project directory. Signed-off-by: Pisit Sawangvonganan <[email protected]>
1 parent accea5e commit 512dc9f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

doc/hardware/peripherals/gnss.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requires little more than implementing power management
2727
and configuration for the specific GNSS modem.
2828

2929
Adding support for GNSS modems which use other protocols and/or
30-
busses than the usual NMEA0183 over UART is possible, but will
30+
buses than the usual NMEA0183 over UART is possible, but will
3131
require a bit more work from the driver developer.
3232

3333
Configuration Options

doc/hardware/peripherals/i3c.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ the controller.
303303
I\ :sup:`2`\ C Devices under I3C Bus
304304
====================================
305305

306-
Since I3C is backware compatible with I\ :sup:`2`\ C, the I3C controller
306+
Since I3C is backward compatible with I\ :sup:`2`\ C, the I3C controller
307307
API can accommodate I2C API calls without modifications if the controller
308308
device driver implements the I2C API. This has the advantage of using
309309
existing I2C devices without any modifications to their device drivers.

doc/kernel/drivers/device_driver_model.svg

+1-1
Loading

doc/kernel/memory_management/heap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ will be ignored and the minimum value will be used instead.
175175
To force a smaller than minimum value to be used, the application may enable the
176176
:kconfig:option:`CONFIG_HEAP_MEM_POOL_IGNORE_MIN` option. This can be useful
177177
when optimizing the heap size and the minimum requirement can be more accurately
178-
determined for a speficic application.
178+
determined for a specific application.
179179

180180
Allocating Memory
181181
=================

doc/kernel/services/smp/smp.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ registers only when :c:func:`arch_switch` is called to minimize context
302302
switching latency. Such architectures must use NULL as the argument to
303303
:c:func:`z_get_next_switch_handle` to determine if there is a new thread
304304
to schedule, and follow through with their own :c:func:`arch_switch` or
305-
derrivative if so, or directly leave interrupt mode otherwise.
305+
derivative if so, or directly leave interrupt mode otherwise.
306306
In the former case it is up to that switch code to store the handle
307307
resulting from the thread that is being switched out in that thread's
308308
"switch_handle" field after its context has fully been saved.

doc/project/dev_env_and_tools.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Fix for an issue blocking development.
323323

324324
* *Maintainer*
325325

326-
Maintainer review reqiured.
326+
Maintainer review required.
327327

328328
* *Security Review*
329329

0 commit comments

Comments
 (0)