X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=7fec4724dc10d6d4d9063ab60eda41c4cca75a3a;hp=948b71c8def9e740c644c5653ef66b6206cfa348;hb=12ef8f71a2822f91e844e26d352d5fc27ac9559f;hpb=108f0da4d7f993732aa2e854b8f3fa8ca6d3b46c diff --git a/src/thread.cpp b/src/thread.cpp index 948b71c8..7fec4724 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -117,7 +117,7 @@ void Thread::idle_loop() { } /// ThreadPool::set() creates/destroys threads to match the requested number. -/// Created and launced threads wil go immediately to sleep in idle_loop. +/// Created and launched threads wil go immediately to sleep in idle_loop. /// Upon resizing, threads are recreated to allow for binding if necessary. void ThreadPool::set(size_t requested) {