doc: posix: overview: correct typo (needed plural threads)
Correct the typo on thread so that it reads as the plural threads. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
d1a3ad43a6
commit
785ea74016
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Benefits of POSIX support in Zephyr include:
|
||||||
POSIX Subprofiles
|
POSIX Subprofiles
|
||||||
=================
|
=================
|
||||||
|
|
||||||
While Zephyr supports running multiple :ref:`thread <threads_v2>` (possibly in an
|
While Zephyr supports running multiple :ref:`threads <threads_v2>` (possibly in an
|
||||||
:ref:`SMP <smp_arch>` configuration), as well as
|
:ref:`SMP <smp_arch>` configuration), as well as
|
||||||
:ref:`Virtual Memory and MMUs <memory_management_api>`, Zephyr code and data normally share a
|
:ref:`Virtual Memory and MMUs <memory_management_api>`, Zephyr code and data normally share a
|
||||||
common address space. The Zephyr kernel executable code and the application executable code are
|
common address space. The Zephyr kernel executable code and the application executable code are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue