]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
Fix comments. Bench: 5109559.
[stockfish] / src / movepick.cpp
index 15188712e891f041d1c29fb86071191b42135724..33c65670ffe10afd9c738b1ddf5ac4e9f95f687c 100644 (file)
@@ -123,7 +123,7 @@ MovePicker::MovePicker(const Position& p, Move ttm, Value th, const CapturePiece
 
 /// score() assigns a numerical value to each move in a list, used for sorting.
 /// Captures are ordered by Most Valuable Victim (MVV), preferring captures
-/// near our home rank. Quiets are ordered using the histories.
+/// with a good history. Quiets are ordered using the histories.
 template<GenType Type>
 void MovePicker::score() {