summaryrefslogtreecommitdiffstats
path: root/c-user/configuring_a_system.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-12 07:26:51 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-03-12 07:26:51 +0100
commit36d74636b1a10166581a0cbd6a823c67a005d347 (patch)
tree1338614d38780976cdae061ee5c33db674d33566 /c-user/configuring_a_system.rst
parentc-user: Simplify clustered scheduler configuration (diff)
downloadrtems-docs-36d74636b1a10166581a0cbd6a823c67a005d347.tar.bz2
c-user: Fix typo
Diffstat (limited to 'c-user/configuring_a_system.rst')
-rw-r--r--c-user/configuring_a_system.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index e8f4e44..f737826 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -3681,7 +3681,7 @@ configuration macros.
It is possible to make more than one scheduler algorithm available to the
application. For example a :ref:`Simple Priority SMP Scheduler
<SchedulerSMPPrioritySimple>` could be used in a partition for low latency
-tasks in addition to the :ref:`EDF SMP Scheduler <SchedulerSMPEDF>` for a
+tasks in addition to a :ref:`EDF SMP Scheduler <SchedulerSMPEDF>` for a
general-purpose cluster. Since the per-thread overhead depends on the
scheduler algorithm only the scheduler algorithms used by the application
should be configured.