X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=e69120842c58f0be117c0b16e2c7800b14f54d26;hp=5e990fdc680c0549a58f6412256d61ddf4642ac2;hb=e917bd59b1e317c6b48dc676473359fdfb86d9d4;hpb=e8ffca3eb49f607d361688c41c9ae9b3b3de4b80 diff --git a/src/thread.cpp b/src/thread.cpp index 5e990fdc..e6912084 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -118,7 +118,7 @@ void Thread::idle_loop() { } /// ThreadPool::set() creates/destroys threads to match the requested number. -/// Created and launched threads will go immediately to sleep in idle_loop. +/// Created and launched threads will immediately go to sleep in idle_loop. /// Upon resizing, threads are recreated to allow for binding if necessary. void ThreadPool::set(size_t requested) {