Improve comments in SMP code

No functional change.
This commit is contained in:
Marco Costalba
2015-02-20 12:13:09 +01:00
parent a6f873cd8d
commit 7ff965eebf
3 changed files with 10 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ struct SplitPoint {
// Const data after split point has been setup
const Position* pos;
Search::Stack* ss;
Thread* masterThread;
Thread* master;
Depth depth;
Value beta;
int nodeType;