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:
Chris Friedt 2024-05-02 19:44:38 -04:00 committed by Anas Nashif
commit 785ea74016

View file

@ -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