From ecd9d18fc99e6b1d3dd96fc84dce50ec11ff388c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 May 2018 13:54:46 -0500 Subject: 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 `, - - ``"MPA "`` for the :ref:`Aribitary Processor Affinity Priority SMP Scheduler `, + - ``"MPA "`` for the :ref:`Arbitrary Processor Affinity Priority SMP Scheduler `, - ``"MPD "`` for the :ref:`Deterministic Priority SMP Scheduler `, - ``"MPS "`` for the :ref:`Simple Priority SMP Scheduler `, - ``"UCBS"`` for the :ref:`Uniprocessor CBS Scheduler `, 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 -- cgit v1.2.3