Documentation: Fix a typo in scheduler docs

Removed a repeated word. Self-explanatory.

Signed-off-by: Morten Fyhn Amundsen <morten.f.amundsen@scoutdi.com>
This commit is contained in:
Morten Fyhn Amundsen 2025-06-02 13:24:54 +02:00 committed by Xiang Xiao
parent ef04b4ccb6
commit 143242776f

View file

@ -12,7 +12,7 @@ Optionally, a NuttX task or thread can be configured with round-robin or
*except* that tasks with equal priority and share CPU time via
*time-slicing*. The time-slice interval is a constant determined by the
configuration setting ``CONFIG_RR_INTERVAL`` to a positive, non-zero
value. Sporadic scheduling scheduling is more complex, varying the
value. Sporadic scheduling is more complex, varying the
priority of a thread over a *replenishment* period. Support for sporadic
scheduling is enabled by the configuration option
``CONFIG_SCHED_SPORADIC``.