Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/mcs/mcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for scheduling.
### Bounding execution

For partial scheduling contexts, an upper bound on execution is enforced by seL4 using the *sporadic server*
algorithm, which work by guaranteeing the *sliding window* constrain, meaning that during any period, the
algorithm, which work by guaranteeing the *sliding window* constraint, meaning that during any period, the
budget cannot be exceeded. This is achieved by tracking the eligible budget in chunks called
*replenishments* (abbreviated to `refills` in the API for brevity). A replenishment is simply an amount
of time, and a timestamp from which that time can be consumed. We explain this now through an example:
Expand Down
Loading