[rtems-docs commit] configuring_a_system.rst, scheduling_concepts.rst: Fix spelling of arbitrary.

Joel Sherrill joel at rtems.org
Wed May 23 18:55:24 UTC 2018


Module:    rtems-docs
Branch:    master
Commit:    ecd9d18fc99e6b1d3dd96fc84dce50ec11ff388c
Changeset: http://git.rtems.org/rtems-docs/commit/?id=ecd9d18fc99e6b1d3dd96fc84dce50ec11ff388c

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed May 23 13:54:46 2018 -0500

configuring_a_system.rst, scheduling_concepts.rst: Fix spelling of arbitrary.

---

 c-user/configuring_a_system.rst | 2 +-
 c-user/scheduling_concepts.rst  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index 542a536..4b5fe52 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -3417,7 +3417,7 @@ DEFAULT VALUE:
     The default name is
 
       - ``"MEDF"`` for the :ref:`EDF SMP Scheduler <SchedulerSMPEDF>`,
-      - ``"MPA "`` for the :ref:`Aribitary Processor Affinity Priority SMP Scheduler <SchedulerSMPPriorityAffinity>`,
+      - ``"MPA "`` for the :ref:`Arbitrary Processor Affinity Priority SMP Scheduler <SchedulerSMPPriorityAffinity>`,
       - ``"MPD "`` for the :ref:`Deterministic Priority SMP Scheduler <SchedulerSMPPriority>`,
       - ``"MPS "`` for the :ref:`Simple Priority SMP Scheduler <SchedulerSMPPrioritySimple>`,
       - ``"UCBS"`` for the :ref:`Uniprocessor CBS Scheduler <SchedulerCBS>`,
diff --git a/c-user/scheduling_concepts.rst b/c-user/scheduling_concepts.rst
index 0c157d1..239e0c3 100644
--- a/c-user/scheduling_concepts.rst
+++ b/c-user/scheduling_concepts.rst
@@ -275,7 +275,7 @@ actually :math:`2^{63} - 1`.
 
 .. _SchedulerSMPPriorityAffinity:
 
-Aribitary Processor Affinity Priority SMP Scheduler
+Arbitrary Processor Affinity Priority SMP Scheduler
 ---------------------------------------------------
 
 A fixed-priority scheduler which uses a table of chains with one chain per



More information about the vc mailing list