summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-23 21:09:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-27 09:45:00 +0200
commitb5fe4f0e321be69c3ca5f6566d88536ca417436c (patch)
treeef6b92349ded6d89ba9bb48aa70df592c94e0c98
parenteng: Allow multiple interface references (diff)
downloadrtems-docs-b5fe4f0e321be69c3ca5f6566d88536ca417436c.tar.bz2
c-user: Fix wording for "home scheduler"
-rw-r--r--c-user/glossary.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/c-user/glossary.rst b/c-user/glossary.rst
index 16ddcef..33d3097 100644
--- a/c-user/glossary.rst
+++ b/c-user/glossary.rst
@@ -375,8 +375,8 @@ Glossary
A multiprocessor computer system composed of dissimilar processors.
home scheduler
- The home scheduler of a :term:`task` is a :term:`scheduler` which is a
- :term:`eligible scheduler` and which is assigned to the task during the
+ The home scheduler of a :term:`task` is a :term:`scheduler` which is an
+ :term:`eligible scheduler` and which is assigned to the task during its
initialization or explicitly via a directive call such as
:c:func:`rtems_task_set_scheduler`.