From 7048e5fbc6ce5c108659ccdef16e268ed0fe672e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 12 Mar 2018 10:35:19 +0100 Subject: c-user: Properly fix the previous 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 f737826..2da9601 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 ` could be used in a partition for low latency -tasks in addition to a :ref:`EDF SMP Scheduler ` for a +tasks in addition to an :ref:`EDF SMP Scheduler ` 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. -- cgit v1.2.3