sched: Fix typo in references to SIGEV_THREAD

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2022-03-10 15:10:58 -03:00 committed by Petro Karashchenko
parent ee931c137f
commit 5e15a3bce5

View File

@ -1363,7 +1363,7 @@ config SIG_PREALLOC_IRQ_ACTIONS
The number of pre-allocated irq action structures. The number of pre-allocated irq action structures.
config SIG_EVTHREAD config SIG_EVTHREAD
bool "Support SIGEV_THHREAD" bool "Support SIGEV_THREAD"
default n default n
depends on !BUILD_KERNEL && SCHED_WORKQUEUE depends on !BUILD_KERNEL && SCHED_WORKQUEUE
select LIBC_USRWORK if BUILD_PROTECTED select LIBC_USRWORK if BUILD_PROTECTED
@ -1380,7 +1380,7 @@ config SIG_EVTHREAD_HPWORK
default n default n
depends on SIG_EVTHREAD && SCHED_HPWORK depends on SIG_EVTHREAD && SCHED_HPWORK
---help--- ---help---
if selected, SIGEV_THHREAD will use the high priority work queue. if selected, SIGEV_THREAD will use the high priority work queue.
If not, it will use the low priority work queue (if available). If not, it will use the low priority work queue (if available).
REVISIT: This solution is non-optimal. Some notifications should REVISIT: This solution is non-optimal. Some notifications should