]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Changes identified in RENAME/REFORMATTING thread (#1861)
[stockfish] / src / thread.cpp
index 5e990fdc680c0549a58f6412256d61ddf4642ac2..e69120842c58f0be117c0b16e2c7800b14f54d26 100644 (file)
@@ -118,7 +118,7 @@ void Thread::idle_loop() {
 }
 
 /// ThreadPool::set() creates/destroys threads to match the requested number.
 }
 
 /// 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) {
 /// Upon resizing, threads are recreated to allow for binding if necessary.
 
 void ThreadPool::set(size_t requested) {