Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation fixes #108

Merged
merged 2 commits into from
Nov 10, 2023
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
4 changes: 2 additions & 2 deletions apps/sel4test-tests/src/tests/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ sched0011_helper(void)
int test_scheduler_accuracy(env_t env)
{
/*
* Start a thread with a 1s timeslice at our priority, and make sure it
* Start a thread with a 100ms timeslice at our priority, and make sure it
* runs for that long
*/
helper_thread_t helper;
Expand Down Expand Up @@ -1179,7 +1179,7 @@ sched0015_helper(int id, env_t env, volatile unsigned long long *counters)

int test_budget_overrun(env_t env)
{
/* Run two periodic threads that do not yeild but count the approximate
/* Run two periodic threads that do not yield but count the approximate
* amount of time that they run for in 10's of nanoseconds.
*
* Each thread has a different share of the processor.
Expand Down