X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=dc8418dcca5795a06f6b0a7f90244c1cca34b497;hp=040b8727192ae41fe690b6f13a0819a4f4265b6f;hb=a8af78c833458adaea64b8fc1035fafbdf4ba083;hpb=13a73f67c018e58b2fd46f886c45ef2b75188c8e diff --git a/src/thread.h b/src/thread.h index 040b8727..dc8418dc 100644 --- a/src/thread.h +++ b/src/thread.h @@ -157,7 +157,7 @@ struct TimerThread : public ThreadBase { struct ThreadPool : public std::vector { void init(); // No c'tor and d'tor, threads rely on globals that should - void exit(); // be initialized and valid during the whole thread lifetime. + void exit(); // be initialized and are valid during the whole thread lifetime. MainThread* main() { return static_cast((*this)[0]); } void read_uci_options();