Skip to content

Commit

Permalink
doc: fix typo in multiple directories (build, hardware, kernel, project)
Browse files Browse the repository at this point in the history
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 <pisit@ndrsolution.com>
  • Loading branch information
ndrs-pst authored and aescolar committed Jan 26, 2024
1 parent accea5e commit 512dc9f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/hardware/peripherals/gnss.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires little more than implementing power management
and configuration for the specific GNSS modem.

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

Configuration Options
Expand Down
2 changes: 1 addition & 1 deletion doc/hardware/peripherals/i3c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ the controller.
I\ :sup:`2`\ C Devices under I3C Bus
====================================

Since I3C is backware compatible with I\ :sup:`2`\ C, the I3C controller
Since I3C is backward compatible with I\ :sup:`2`\ C, the I3C controller
API can accommodate I2C API calls without modifications if the controller
device driver implements the I2C API. This has the advantage of using
existing I2C devices without any modifications to their device drivers.
Expand Down
2 changes: 1 addition & 1 deletion doc/kernel/drivers/device_driver_model.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/kernel/memory_management/heap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ will be ignored and the minimum value will be used instead.
To force a smaller than minimum value to be used, the application may enable the
:kconfig:option:`CONFIG_HEAP_MEM_POOL_IGNORE_MIN` option. This can be useful
when optimizing the heap size and the minimum requirement can be more accurately
determined for a speficic application.
determined for a specific application.

Allocating Memory
=================
Expand Down
2 changes: 1 addition & 1 deletion doc/kernel/services/smp/smp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ registers only when :c:func:`arch_switch` is called to minimize context
switching latency. Such architectures must use NULL as the argument to
:c:func:`z_get_next_switch_handle` to determine if there is a new thread
to schedule, and follow through with their own :c:func:`arch_switch` or
derrivative if so, or directly leave interrupt mode otherwise.
derivative if so, or directly leave interrupt mode otherwise.
In the former case it is up to that switch code to store the handle
resulting from the thread that is being switched out in that thread's
"switch_handle" field after its context has fully been saved.
Expand Down
2 changes: 1 addition & 1 deletion doc/project/dev_env_and_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ Fix for an issue blocking development.

* *Maintainer*

Maintainer review reqiured.
Maintainer review required.

* *Security Review*

Expand Down

0 comments on commit 512dc9f

Please sign in to comment.