sched_ule(4): Fix two typo in source code comments

- s/conditons/conditions/
- s/unconditonally/unconditionally/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-11-19 19:13:28 +01:00
parent b2e843161d
commit 15b5c347f1

View File

@ -2040,7 +2040,7 @@ tdq_trysteal(struct tdq *tdq)
/*
* The data returned by sched_highest() is stale and
* the chosen CPU no longer has an eligible thread.
* At this point unconditonally exit the loop to bound
* At this point unconditionally exit the loop to bound
* the time spent in the critcal section.
*/
if (steal->tdq_load < steal_thresh ||
@ -3083,7 +3083,7 @@ sched_fork_exit(struct thread *td)
}
/*
* Create on first use to catch odd startup conditons.
* Create on first use to catch odd startup conditions.
*/
char *
sched_tdname(struct thread *td)