mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 01:27:16 +08: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
@@ -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