]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
Remove redundant argument from hidden_checkers()
[stockfish] / src / movepick.cpp
index ec36edfee5b278c859552c8e4b12f6a816f57b98..e2ae7d9591712dd5eabec2d767b72311843e0fd3 100644 (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<>