[rtems-docs commit] c-user: Fix typo

Sebastian Huber sebh at rtems.org
Mon Mar 12 06:27:12 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Mar 12 07:26:51 2018 +0100

c-user: Fix typo

---

 c-user/configuring_a_system.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.




More information about the vc mailing list