]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Another round of spelling fixes
[stockfish] / src / thread.h
index 040b8727192ae41fe690b6f13a0819a4f4265b6f..dc8418dcca5795a06f6b0a7f90244c1cca34b497 100644 (file)
@@ -157,7 +157,7 @@ struct TimerThread : public ThreadBase {
 struct ThreadPool : public std::vector<Thread*> {
 
   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<MainThread*>((*this)[0]); }
   void read_uci_options();