From 5e15a3bce55b652a5db0b4f5de2c26051e41f6d4 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Thu, 10 Mar 2022 15:10:58 -0300 Subject: [PATCH] sched: Fix typo in references to SIGEV_THREAD Signed-off-by: Gustavo Henrique Nihei --- sched/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sched/Kconfig b/sched/Kconfig index ed269e5bf2..70d6b374fd 100644 --- a/sched/Kconfig +++ b/sched/Kconfig @@ -1363,7 +1363,7 @@ config SIG_PREALLOC_IRQ_ACTIONS The number of pre-allocated irq action structures. config SIG_EVTHREAD - bool "Support SIGEV_THHREAD" + bool "Support SIGEV_THREAD" default n depends on !BUILD_KERNEL && SCHED_WORKQUEUE select LIBC_USRWORK if BUILD_PROTECTED @@ -1380,7 +1380,7 @@ config SIG_EVTHREAD_HPWORK default n depends on SIG_EVTHREAD && SCHED_HPWORK ---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). REVISIT: This solution is non-optimal. Some notifications should