mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 17:46:26 +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
@@ -359,7 +359,7 @@ namespace {
|
||||
RootMoves[i].insert_pv_in_tt(pos);
|
||||
|
||||
// If search has been stopped break immediately. Sorting and
|
||||
// writing PV back to TT is safe becuase RootMoves is still
|
||||
// writing PV back to TT is safe because RootMoves is still
|
||||
// valid, although it refers to previous iteration.
|
||||
if (Signals.stop)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user