summaryrefslogtreecommitdiff
path: root/nuttx/libc/wqueue/work_usrstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/wqueue/work_usrstart.c')
-rw-r--r--nuttx/libc/wqueue/work_usrstart.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/libc/wqueue/work_usrstart.c b/nuttx/libc/wqueue/work_usrstart.c
index b472afc8d..5b51931c6 100644
--- a/nuttx/libc/wqueue/work_usrstart.c
+++ b/nuttx/libc/wqueue/work_usrstart.c
@@ -92,9 +92,7 @@ int work_usrstart(void)
DEBUGASSERT(g_usrwork[USRWORK] == NULL);
- /* Start a lower priority worker thread for other, non-critical continuation
- * tasks
- */
+ /* Start a user-mode worker thread for use by applications. */
svdbg("Starting user-mode worker thread\n");