X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=f216c3218ca68ac5b5e3e5effa77c991a42df81b;hp=64dd9e1835d9ee8abf0a3b25f05ef141b55505fc;hb=82ad9ce9cfb0eff33f1d781f329f7c5dc0b277eb;hpb=95ba7f78d5e025499ec8124e37e9f3b769660e4a;ds=sidebyside diff --git a/src/thread.cpp b/src/thread.cpp index 64dd9e18..f216c321 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -31,7 +31,7 @@ ThreadPool Threads; // Global object /// Thread constructor launches the thread and waits until it goes to sleep -/// in idle_loop(). Note that 'searching' and 'exit' should be alredy set. +/// in idle_loop(). Note that 'searching' and 'exit' should be already set. Thread::Thread(size_t n) : idx(n), stdThread(&Thread::idle_loop, this) {