Fix spelling in comments

Should be non-functional, except for some error message strings.
This commit is contained in:
Michael Davidsaver
2021-08-15 09:54:21 -07:00
parent 42d06d6a38
commit e34b6c5c0c
186 changed files with 419 additions and 419 deletions

View File

@@ -73,7 +73,7 @@ static double measureSleepQuantum (
for ( unsigned i = 0u; i < iterations; i++ ) {
// try to guarantee a uniform probability density function
// by intentionally burning some CPU until we are less
// likely to be aligned with the schedualing clock
// likely to be aligned with the scheduling clock
double interval = rand ();
interval /= RAND_MAX;
interval *= testInterval;