]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
Use correct chess terms + fix spelling.
[stockfish] / src / movepick.cpp
index 8bface8a08707926a43ccbe8defab1bf92386d88..9cb8447f77840a410950780854d857f62d0db473 100644 (file)
@@ -142,7 +142,7 @@ Move MovePicker::select(Pred filter) {
 }
 
 /// MovePicker::next_move() is the most important method of the MovePicker class. It
-/// returns a new pseudo legal move every time it is called until there are no more
+/// returns a new pseudo-legal move every time it is called until there are no more
 /// moves left, picking the move with the highest score from a list of generated moves.
 Move MovePicker::next_move(bool skipQuiets) {