Cleanup, spelling

This commit is contained in:
Sergey Sharybin 2018-11-07 17:22:02 +01:00
parent 70355052e2
commit 3cf724209f

@ -816,7 +816,7 @@ static void task_pool_push(
return;
}
}
/* Do push to a global execution ppol, slowest possible method,
/* Do push to a global execution pool, slowest possible method,
* causes quite reasonable amount of threading overhead.
*/
task_scheduler_push(pool->scheduler, task, priority);