Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #207 from vax-r/Fix_typo
Browse files Browse the repository at this point in the history
scx: Fix typos
  • Loading branch information
htejun authored May 21, 2024
2 parents 0042b59 + bebdd58 commit dda9ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/scheduler/sched-ext.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ optional. The following modified excerpt is from
* then dispatch the task directly to SCX_DSQ_LOCAL and skip the
* ops.enqueue() callback.
*
* Note that this implemenation has exactly the same behavior as the
* Note that this implementation has exactly the same behavior as the
* default ops.select_cpu implementation. The behavior of the scheduler
* would be exactly same if the implementation just didn't define the
* simple_select_cpu() struct_ops prog.
Expand All @@ -145,7 +145,7 @@ optional. The following modified excerpt is from
* callback will only be invoked if we failed to find a core to dispatch
* to in ops.select_cpu() above.
*
* Note that this implemenation has exactly the same behavior as the
* Note that this implementation has exactly the same behavior as the
* default ops.enqueue implementation, which just dispatches the task
* to SCX_DSQ_GLOBAL. The behavior of the scheduler would be exactly same
* if the implementation just didn't define the simple_enqueue struct_ops
Expand Down

0 comments on commit dda9ab3

Please sign in to comment.