X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=040b8727192ae41fe690b6f13a0819a4f4265b6f;hb=13a73f67c018e58b2fd46f886c45ef2b75188c8e;hp=92f5ed33a168b9742c176055759b01cb78c2c6e7;hpb=500b9b0eb3b20ef58ff1280a089ab2ef1e3c6436;p=stockfish diff --git a/src/thread.h b/src/thread.h index 92f5ed33..040b8727 100644 --- a/src/thread.h +++ b/src/thread.h @@ -151,7 +151,7 @@ struct TimerThread : public ThreadBase { /// ThreadPool struct handles all the threads related stuff like init, starting, -/// parking and, the most important, launching a slave thread at a split point. +/// parking and, most importantly, launching a slave thread at a split point. /// All the access to shared thread data is done through this class. struct ThreadPool : public std::vector {