Fix comments. Bench: 5109559.

This commit is contained in:
Stefano Cardanobile
2017-11-14 21:16:41 +01:00
committed by Marco Costalba
parent 03a9b3bd8d
commit c769d4df84

View 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() {