X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=e69120842c58f0be117c0b16e2c7800b14f54d26;hp=5e990fdc680c0549a58f6412256d61ddf4642ac2;hb=4f3804f3f39e573a24ece662cbf79fe30368ff1e;hpb=cf5d683408a2ef8a1c80be9bf7d6790a38b16277 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) {