Another round of spelling fixes

And also renamed a loop variable while there.

No functional change.
This commit is contained in:
Jerry Donald
2013-12-02 23:47:38 +01:00
committed by Marco Costalba
parent 13a73f67c0
commit a8af78c833
11 changed files with 24 additions and 24 deletions

View 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();