diff --git a/doc/kernel/services/scheduling/index.rst b/doc/kernel/services/scheduling/index.rst index e1a1eca9de43..d61104b4b1d9 100644 --- a/doc/kernel/services/scheduling/index.rst +++ b/doc/kernel/services/scheduling/index.rst @@ -12,10 +12,10 @@ Concepts The scheduler determines which thread is allowed to execute at any point in time; this thread is known as the **current thread**. -There are various points in time when the scheduler is given an +There are various points in time when the scheduler is given an opportunity to change the identity of the current thread, meaning when the scheduler switches the CPU's execution from one thread -to another. These points are called **reschedule points**. +to another. These points are called **reschedule points**. Some potential reschedule points are: - transition of a thread from running state to a suspended or waiting