Cleanup: spelling in comments

This commit is contained in:
2023-01-06 13:57:21 +11:00
parent 706b13959e
commit 14fc02f91d
10 changed files with 14 additions and 15 deletions

View File

@@ -1074,7 +1074,7 @@ class Executor {
bool try_enable_multi_threading()
{
#ifndef WITH_TBB
/* The non-tbb task pool has the property that it immediately executes tasks under some
/* The non-TBB task pool has the property that it immediately executes tasks under some
* circumstances. This is not supported here because tasks might be scheduled while another
* node is in the middle of being executed on the same thread. */
return false;