You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/03/10 21:18:41 UTC

[incubator-nuttx] branch master updated: sched: Fix typo in references to SIGEV_THREAD

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e15a3b  sched: Fix typo in references to SIGEV_THREAD
5e15a3b is described below

commit 5e15a3bce55b652a5db0b4f5de2c26051e41f6d4
Author: Gustavo Henrique Nihei <gu...@espressif.com>
AuthorDate: Thu Mar 10 15:10:58 2022 -0300

    sched: Fix typo in references to SIGEV_THREAD
    
    Signed-off-by: Gustavo Henrique Nihei <gu...@espressif.com>
---
 sched/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sched/Kconfig b/sched/Kconfig
index ed269e5..70d6b37 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