mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 09:47:46 +00:00
Another round of spelling fixes
And also renamed a loop variable while there. No functional change.
This commit is contained in:
committed by
Marco Costalba
parent
13a73f67c0
commit
a8af78c833
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user