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

@@ -284,7 +284,7 @@ void MovePicker::generate_next() {
/// next_move() is the most important method of the MovePicker class. It returns
/// a new pseudo legal move every time is called, until there are no more moves
/// a new pseudo legal move every time it is called, until there are no more moves
/// left. It picks the move with the biggest score from a list of generated moves
/// taking care not returning the ttMove if has already been searched previously.
template<>