summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/tasks.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-29 15:23:29 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-29 17:19:42 +0200
commit9f9f1408a1ec8831cfccfe3cc8e7cf3c3bf55d42 (patch)
tree3e7c1d2ab059e0827bfd21b8bc8eb6cb10058ce9 /cpukit/include/rtems/rtems/tasks.h
parentvalidation: Use individual names for ident tests (diff)
downloadrtems-9f9f1408a1ec8831cfccfe3cc8e7cf3c3bf55d42.tar.bz2
rtems: Clarify scheduler of created task
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems/rtems/tasks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index e4609f6e9f..81757db8c7 100644
--- a/cpukit/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
@@ -445,9 +445,9 @@ rtems_task_priority _RTEMS_Maximum_priority( void );
* task with other task related directives.
*
* The **initial priority** of the task is specified in ``initial_priority``.
- * The scheduler of the created task is the scheduler of the calling task at
- * some point during the task creation. The initial task priority specified in
- * ``initial_priority`` shall be valid for this scheduler.
+ * The home scheduler of the created task is the home scheduler of the calling
+ * task at some time point during the task creation. The initial task priority
+ * specified in ``initial_priority`` shall be valid for this scheduler.
*
* The **stack size** of the task is specified in ``stack_size``. If the
* requested stack size is less than the configured minimum stack size, then